This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 88d701e278ae3aa9fa4d101d192628056380bad7 (commit) from 2ab07f7ef331663a44757e82d6d16c325da6e092 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 88d701e278ae3aa9fa4d101d192628056380bad7 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Sep 9 21:04:18 2010 +0200
Fix type /etc/init.d/ntp (booot).
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/ntp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/ntp b/src/initscripts/init.d/ntp index ef94de1..92f174d 100644 --- a/src/initscripts/init.d/ntp +++ b/src/initscripts/init.d/ntp @@ -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
hooks/post-receive -- IPFire 2.x development tree