]> git.pld-linux.org Git - packages/ntp.git/commitdiff
- ntpd is always there or rpm is broken
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2006 15:16:07 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntp.init -> 1.18

ntp.init

index bf5204a1a53e4e6af2c34040920c708c80ba746b..8a85871b2cf00c3b7e224e3fcb750664e716df7f 100644 (file)
--- a/ntp.init
+++ b/ntp.init
@@ -25,7 +25,7 @@ else
        exit 0
 fi
 
-[ -x /usr/sbin/ntpd -a -f /etc/ntp/ntp.conf ] || exit 0
+[ -f /etc/ntp/ntp.conf ] || exit 0
 
 RETVAL=0
 # See how we were called.
This page took 0.037478 seconds and 4 git commands to generate.