SOURCES: dhcpcd-ntp-path.patch - fix one more path, avoid macros f...
glen
glen at pld-linux.org
Mon Aug 27 21:47:57 CEST 2007
Author: glen Date: Mon Aug 27 19:47:57 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix one more path, avoid macros for fixed paths
---- Files affected:
SOURCES:
dhcpcd-ntp-path.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/dhcpcd-ntp-path.patch
diff -u SOURCES/dhcpcd-ntp-path.patch:1.5 SOURCES/dhcpcd-ntp-path.patch:1.6
--- SOURCES/dhcpcd-ntp-path.patch:1.5 Sun Aug 19 17:11:31 2007
+++ SOURCES/dhcpcd-ntp-path.patch Mon Aug 27 21:47:52 2007
@@ -1,21 +1,31 @@
---- 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"
+--- dhcpcd-3.1.4/config.h-new 2007-08-19 17:07:43.126649947 +0200
++++ dhcpcd-3.1.5/config.h 2007-08-27 22:43:51.614826538 +0300
+@@ -52,20 +52,20 @@
+ #define RESOLVCONF "/sbin/resolvconf"
+
+ #define ETCDIR "/etc"
+-#define RESOLVFILE ETCDIR "/resolv.conf"
++#define RESOLVFILE "/etc/resolv.conf"
+
+-#define NISFILE ETCDIR "/yp.conf"
+-#define NISSERVICE ETCDIR "/init.d/ypbind"
++#define NISFILE "/etc/yp.conf"
++#define NISSERVICE "/etc/rc.d/init.d/ypbind"
#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/ntp.drift"
++#define NTPFILE "/etc/ntp/ntp.conf"
++#define NTPDRIFTFILE "/etc/ntp/ntp.drift"
#define NTPLOGFILE "/var/log/ntp.log"
- #define NTPSERVICE ETCDIR "/init.d/ntpd"
+-#define NTPSERVICE ETCDIR "/init.d/ntpd"
++#define NTPSERVICE "/etc/rc.d/init.d/ntpd"
#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 OPENNTPFILE "/etc/ntpd/ntpd.conf"
++#define OPENNTPSERVICE "/etc/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.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list