[Lunar-commits] <moonbase> ntpd, openntpd: the init script must be started after the network init script.
Florin Braescu
florin at lunar-linux.org
Fri Nov 13 00:59:43 CET 2009
commit 56fcc8189378b854540e4431890eaf9dd490066d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Nov 13 01:59:43 2009 +0200
ntpd, openntpd: the init script must be started after the network init script.
---
net/ntp/init.d/ntpd | 2 +-
net/openntpd/init.d/ntpd | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ntp/init.d/ntpd b/net/ntp/init.d/ntpd
old mode 100755
new mode 100644
index 6daca35..58a2254
--- a/net/ntp/init.d/ntpd
+++ b/net/ntp/init.d/ntpd
@@ -1,7 +1,7 @@
#!/bin/bash
#
# ntp
-# chkconfig: 345 31 69
+# chkconfig: 345 31 95
# description: NTP is used to synchronize computer clocks
# on a connected network or via GPS/phone/etc.
# processname: ntpd
diff --git a/net/openntpd/init.d/ntpd b/net/openntpd/init.d/ntpd
index f8fab9e..34e6381 100644
--- a/net/openntpd/init.d/ntpd
+++ b/net/openntpd/init.d/ntpd
@@ -1,7 +1,7 @@
#!/bin/bash
#
# ntpd from openntpd
-# chkconfig: 345 31 69
+# chkconfig: 345 31 95
# description: NTP is used to synchronize computer clocks
# on a connected network or via GPS/phone/etc.
# processname: ntpd
More information about the Lunar-commits
mailing list