]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
ntp: Change upstart script for new shutdown process.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:01:56 +0000 (21:01 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 2 Jan 2011 20:01:56 +0000 (21:01 +0100)
Reference #118

pkgs/core/ntp/ntp.init
pkgs/core/ntp/ntp.nm

index d47a5c6a5cd762eebc56aa39f2ef203d0188134d..b3193be6b272ef651d100755a788b60d0cfa46f2 100644 (file)
@@ -2,7 +2,7 @@ description             "Start system time daemon"
 author                 "IPFire Team"
 
 start on started network
-stop on stopping network
+stop on kill-all-network-services or stopping network
 
 exec /usr/sbin/ntpd -4 -n -c /etc/ntp.conf
 respawn
index b84235007a3267c223196f6ac1c32b4dc4c1e8a1..5525e551dc16ed22188267f53e00edb4e9886fb7 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = ntp
 PKG_VER        = 4.2.6p1
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = System/Daemons