Merge branch 'master' into next

Conflicts:
	config/rootfiles/core/40/update.sh
This commit is contained in:
Arne Fitzenreiter
2010-09-13 15:57:05 +02:00
4 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ eval $(/usr/local/bin/readhash /var/ipfire/time/settings)
case "$1" in
start)
if [ "$ENABLESETONBOOT" == "on" ]; then
boot_mesg "Setting time on booot..."
boot_mesg "Setting time on boot..."
loadproc /usr/local/bin/settime $(cat /var/ipfire/time/settime.conf)
fi