[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1480 - in glibc-package/trunk/debian: . local/usr_sbin



Author: aurel32
Date: 2006-05-16 22:04:18 +0000 (Tue, 16 May 2006)
New Revision: 1480

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/local/usr_sbin/tzconfig
Log:
  * /usr/sbin/tzconfig: set umask to 022.  (Closes: #367145)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-05-16 21:01:06 UTC (rev 1479)
+++ glibc-package/trunk/debian/changelog	2006-05-16 22:04:18 UTC (rev 1480)
@@ -15,6 +15,7 @@
     #365838)
   * Invalidate nscd cache when calling /etc/init.d/nscd restart.  (Closes: 
     #365676, #365677)
+  * /usr/sbin/tzconfig: set umask to 022.  (Closes: #367145)
 
   [ Denis Barbier ]
   * Preserve hard links when compiling the locales-all package, this reduces

Modified: glibc-package/trunk/debian/local/usr_sbin/tzconfig
===================================================================
--- glibc-package/trunk/debian/local/usr_sbin/tzconfig	2006-05-16 21:01:06 UTC (rev 1479)
+++ glibc-package/trunk/debian/local/usr_sbin/tzconfig	2006-05-16 22:04:18 UTC (rev 1480)
@@ -115,6 +115,7 @@
 	echo -n "Name: [$zone] " ; read zone
 done
 
+umask 022
 echo $timezone > /etc/timezone 
 rm -f /etc/localtime && cp -f /usr/share/zoneinfo/$timezone /etc/localtime
 trap 'rm -f $TIMEZONES' 0 1 2 3 13 15



Reply to: