summaryrefslogtreecommitdiff
path: root/debian/ntp.init
diff options
context:
space:
mode:
authorpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-09-13 11:03:53 +0000
committerpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-09-13 11:03:53 +0000
commit5b59907d917aad18d67760095aa7e620f111e18f (patch)
tree304ef027dde40bfe3cd9eecedd852fdd493a6d6e /debian/ntp.init
parentc6aef34d15b2237100f8dbac73deea0595bc31d5 (diff)
downloadntp-5b59907d917aad18d67760095aa7e620f111e18f.tar.gz
* Fixed init script LSB header dependency information (closes: #387002)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@90 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/ntp.init')
-rw-r--r--debian/ntp.init12
1 files changed, 5 insertions, 7 deletions
diff --git a/debian/ntp.init b/debian/ntp.init
index 272f0e0..a0eb0bd 100644
--- a/debian/ntp.init
+++ b/debian/ntp.init
@@ -1,13 +1,11 @@
#!/bin/sh
### BEGIN INIT INFO
-# Provides: $time
-# Required-Start: $network
-# Required-Stop: $network
-# Should-Start: ntpdate
-# Should-Stop: ntpdate
-# Default-Start: S 1 2 3 4 5
-# Default-Stop: 0 6
+# Provides: ntp
+# Required-Start: $network $remote_fs $syslog
+# Required-Stop: $network $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
### END INIT INFO
PATH=/sbin:/bin:/usr/sbin:/usr/bin