[26523] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25608 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (Liz Denys)
Mon Jul 2 19:33:34 2012

Date: Mon, 2 Jul 2012 19:33:31 -0400
From: Liz Denys <lizdenys@MIT.EDU>
Message-Id: <201207022333.q62NXVWQ004287@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: lizdenys
Date: 2012-07-02 19:33:31 -0400 (Mon, 02 Jul 2012)
New Revision: 25608

Modified:
   trunk/debathena/scripts/installer/install-debathena.beta.sh
Log:
Override the user's umask (Trac: #1163)



Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.beta.sh	2012-07-02 19:30:55 UTC (rev 25607)
+++ trunk/debathena/scripts/installer/install-debathena.beta.sh	2012-07-02 23:33:31 UTC (rev 25608)
@@ -9,6 +9,9 @@
 
 set -e
 
+# The user's umask will sometimes carry over; don't let that happen.
+umask 022
+
 # If we run with the noninteractive frontend, mark Debconf questions as
 # seen, so you don't see all the suppressed questions next time you
 # upgrade that package, or worse, upgrade releases.


home help back first fref pref prev next nref lref last post