From: Stefan Schantl Date: Sun, 2 Jan 2011 20:01:56 +0000 (+0100) Subject: ntp: Change upstart script for new shutdown process. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b181b6d4c0620af424b4ae129d0f12c84178452a;p=ipfire-3.x.git ntp: Change upstart script for new shutdown process. Reference #118 --- diff --git a/pkgs/core/ntp/ntp.init b/pkgs/core/ntp/ntp.init index d47a5c6a5..b3193be6b 100644 --- a/pkgs/core/ntp/ntp.init +++ b/pkgs/core/ntp/ntp.init @@ -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 diff --git a/pkgs/core/ntp/ntp.nm b/pkgs/core/ntp/ntp.nm index b84235007..5525e551d 100644 --- a/pkgs/core/ntp/ntp.nm +++ b/pkgs/core/ntp/ntp.nm @@ -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