SOURCES: dhcpcd-ntp-path.patch - updated

shadzik shadzik at pld-linux.org
Sun Aug 19 17:11:36 CEST 2007


Author: shadzik                      Date: Sun Aug 19 15:11:36 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   dhcpcd-ntp-path.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/dhcpcd-ntp-path.patch
diff -u SOURCES/dhcpcd-ntp-path.patch:1.4 SOURCES/dhcpcd-ntp-path.patch:1.5
--- SOURCES/dhcpcd-ntp-path.patch:1.4	Sat Apr 14 17:06:10 2007
+++ SOURCES/dhcpcd-ntp-path.patch	Sun Aug 19 17:11:31 2007
@@ -1,13 +1,21 @@
---- dhcpcd-3.0.17/pathnames.h.orig	2007-04-14 09:54:09.000000000 +0200
-+++ dhcpcd-3.0.17/pathnames.h	2007-04-14 17:04:15.418888566 +0200
-@@ -33,8 +33,8 @@
+--- dhcpcd-3.1.4/config.h	2007-08-09 18:26:35.000000000 +0200
++++ dhcpcd-3.1.4/config.h-new	2007-08-19 17:07:43.126649947 +0200
+@@ -58,14 +58,14 @@
  #define NISSERVICE          ETCDIR "/init.d/ypbind"
- #define NISRESTARTARGS      "--quiet", "conditionalrestart"
+ #define NISRESTARTARGS      "--nodeps", "--quiet", "conditionalrestart"
  
 -#define NTPFILE             ETCDIR "/ntp.conf"
 -#define NTPDRIFTFILE        ETCDIR "/ntp.drift"
 +#define NTPFILE             ETCDIR "/ntp/ntp.conf"
-+#define NTPDRIFTFILE        ETCDIR "/ntp/drift"
++#define NTPDRIFTFILE        ETCDIR "/ntp/ntp.drift"
  #define NTPLOGFILE          "/var/log/ntp.log"
  #define NTPSERVICE          ETCDIR "/init.d/ntpd"
- #define NTPRESTARTARGS      "--quiet", "conditionalrestart"
+ #define NTPRESTARTARGS      "--nodeps", "--quiet", "conditionalrestart"
+ 
+-#define OPENNTPFILE         ETCDIR "/ntpd.conf"
+-#define OPENNTPSERVICE      ETCDIR "/init.d/ntpd"
++#define OPENNTPFILE         ETCDIR "/ntpd/ntpd.conf"
++#define OPENNTPSERVICE      ETCDIR "/rc.d/init.d/ntpd"
+ #define OPENNTPRESTARTARGS  "--nodeps", "--quiet", "conditionalrestart"
+ 
+ #define DEFAULT_SCRIPT      ETCDIR "/" PACKAGE ".sh"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/dhcpcd-ntp-path.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list