SOURCES: ntp.init - ntpd is always there or rpm is broken

glen glen at pld-linux.org
Mon Sep 4 17:16:12 CEST 2006


Author: glen                         Date: Mon Sep  4 15:16:12 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ntpd is always there or rpm is broken

---- Files affected:
SOURCES:
   ntp.init (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SOURCES/ntp.init
diff -u SOURCES/ntp.init:1.17 SOURCES/ntp.init:1.18
--- SOURCES/ntp.init:1.17	Thu Dec  8 01:41:26 2005
+++ SOURCES/ntp.init	Mon Sep  4 17:16:07 2006
@@ -25,7 +25,7 @@
 	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.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ntp.init?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list