Create grml-live.log-file with permissions 664
authorMichael Prokop <devnull@localhost>
Sat, 22 Dec 2007 09:35:48 +0000 (10:35 +0100)
committerMichael Prokop <devnull@localhost>
Sat, 22 Dec 2007 09:35:48 +0000 (10:35 +0100)
debian/changelog
grml-live

index 6276057..01ce830 100644 (file)
@@ -8,6 +8,7 @@ grml-live (0.0.14) unstable; urgency=low
     /etc/grml/fai/config/scripts/GRMLBASE/97-apt-listchanges
   * Make sure packages are being removed before docs are being
     deleted in /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
+  * Create grml-live.log-file with permissions 664.
   * Adjust buildd/functions.sh for new logging.
   * Drop findimagedupes from GRML_FULL (too many new dependencies,
     being: libgraphics-magick-perl libgraphicsmagick1 libwmf0.2-7)
index 392f4ca..90dc062 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Sun Dec 16 12:39:04 CET 2007 [mika]
+# Latest change: Sat Dec 22 10:35:23 CET 2007 [mika]
 ################################################################################
 
 # read configuration files, set some misc variables {{{
@@ -93,7 +93,7 @@ if [ -z "$LOGFILE" ] ; then
 fi
 touch $LOGFILE
 chown root:adm $LOGFILE
-chmod 640 $LOGFILE
+chmod 664 $LOGFILE
 
 NFSROOT_CONF=/etc/grml/fai/make-fai-nfsroot.conf