projects
/
people
/
pmueller
/
ipfire-2.x.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix type /etc/init.d/ntp (booot).
[people/pmueller/ipfire-2.x.git]
/
src
/
initscripts
/
init.d
/
ntp
diff --git
a/src/initscripts/init.d/ntp
b/src/initscripts/init.d/ntp
index
ef94de1
..
92f174d
100644
(file)
--- 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 boo
o
t..."
+ boot_mesg "Setting time on boot..."
loadproc /usr/local/bin/settime $(cat /var/ipfire/time/settime.conf)
fi