# HG changeset patch # User Pascal Bellard # Date 1279206738 -7200 # Node ID c81f6170edb8c528ab969b899b3ece2d94278fbf # Parent fa0553549cf3fccbc858f4c9fd25a4f9e33ebcc0 /etc/init.d/rc.functions: define TZ diff -r fa0553549cf3 -r c81f6170edb8 etc/init.d/rc.functions --- a/etc/init.d/rc.functions Mon Jul 05 12:56:52 2010 +0200 +++ b/etc/init.d/rc.functions Thu Jul 15 17:12:18 2010 +0200 @@ -40,3 +40,6 @@ return 2 fi } + +# Set TZ +[ -s /etc/TZ ] && export TZ="$(cat /etc/TZ)" diff -r fa0553549cf3 -r c81f6170edb8 etc/init.d/rcS --- a/etc/init.d/rcS Mon Jul 05 12:56:52 2010 +0200 +++ b/etc/init.d/rcS Thu Jul 15 17:12:18 2010 +0200 @@ -75,7 +75,7 @@ # Store boot messages to log files. /bin/dmesg > /var/log/dmesg.log & -conspy -d 1 | sed -e 's/ *$//' -e '/^$/d' -e '/^Processing\|^.witching/,$!d' >/var/log/boot.log +conspy -d | sed 's/ *$//;/^$/d;/^Processi\|^.witchi/,$!d' > /var/log/boot.log script -a -q -c '/etc/init.d/rcS logged' /var/log/boot.log else # logged