]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- upstart hook auto/th/ntp-4_2_6p1-4
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 27 Jan 2011 22:44:24 +0000 (22:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp-client.init -> 1.14
    ntp.spec -> 1.145

ntp-client.init
ntp.spec

index df2fb97a62a8a15346d687e7df83af8ebfcfb784..12a635042371810e4e941df99b8546149f208aca 100644 (file)
@@ -46,6 +46,8 @@ stop() {
        rm -f /var/lock/subsys/ntpdate
 }
 
+upstart_controlled --except cronsettime
+
 RETVAL=0
 # See how we were called.
 case "$1" in
index 7fa590c345a58d388546fc36aa827f3534e14960..3fa2cbe2b37fe4bb8dd324e722079172cc82dc97 100644 (file)
--- a/ntp.spec
+++ b/ntp.spec
@@ -11,7 +11,7 @@ Summary(pl.UTF-8):    Narzędzia do synchronizacji czasu (Network Time Protocol)
 Summary(pt_BR.UTF-8):  Network Time Protocol versão 4
 Name:          ntp
 Version:       4.2.6p1
-Release:       3
+Release:       4
 License:       distributable
 Group:         Networking/Daemons
 Source0:       http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/%{name}-%{version}.tar.gz
@@ -157,6 +157,7 @@ Requires(pre):      /bin/id
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
+Requires:      rc-scripts >= 0.4.3.0
 Provides:      group(ntp)
 Provides:      user(ntp)
 Conflicts:     ntp < 4.2.0-3
This page took 0.041429 seconds and 4 git commands to generate.