]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
- up for 3.1.8
authorshadzik <shadzik@pld-linux.org>
Mon, 26 Nov 2007 19:24:09 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-ntp-path.patch -> 1.8

dhcpcd-ntp-path.patch

index ab27d934e7cd05ed5eb302a5ec865af1ce2af3f3..c685fd07f98666f97809f3467820f5dc805ab212 100644 (file)
@@ -1,35 +1,35 @@
---- dhcpcd-3.1.5/config.h      2007-08-27 22:43:51.614826538 +0300
-+++ dhcpcd-3.1.5/config.h      2007-08-27 23:23:49.078758408 +0300
-@@ -52,21 +52,21 @@
- #define RESOLVCONF          "/sbin/resolvconf"
+--- dhcpcd-3.1.8/config.h.orig 2007-11-17 14:11:04.000000000 +0100
++++ dhcpcd-3.1.8/config.h      2007-11-26 20:14:13.718144517 +0100
+@@ -42,15 +42,15 @@
+ #define PACKAGE             "dhcpcd"
  
  #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 NISRESTARTARGS      "--nodeps", "--quiet", "conditionalrestart"
 +#define NISFILE             "/etc/yp.conf"
-+#define NISSERVICE          "/etc/rc.d/init.d/ypbind"
-+#define NISRESTARTARGS      "condrestart"
  
 -#define NTPFILE             ETCDIR "/ntp.conf"
 -#define NTPDRIFTFILE        ETCDIR "/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 NTPRESTARTARGS      "--nodeps", "--quiet", "conditionalrestart"
-+#define NTPSERVICE          "/etc/rc.d/init.d/ntpd"
-+#define NTPRESTARTARGS      "condrestart"
  
 -#define OPENNTPFILE         ETCDIR "/ntpd.conf"
--#define OPENNTPSERVICE      ETCDIR "/init.d/ntpd"
--#define OPENNTPRESTARTARGS  "--nodeps", "--quiet", "conditionalrestart"
 +#define OPENNTPFILE         "/etc/ntpd/ntpd.conf"
-+#define OPENNTPSERVICE      "/etc/rc.d/init.d/ntpd"
-+#define OPENNTPRESTARTARGS  "condrestart"
  
  #define DEFAULT_SCRIPT      ETCDIR "/" PACKAGE ".sh"
  
+@@ -70,9 +70,9 @@
+  * SYSV should cover everthing else */
+ #ifdef ENABLE_OPENRC
+ # define SERVICE             "OPENRC"
+-# define NISSERVICE          ETCDIR "/init.d/ypbind"
++# define NISSERVICE          "/etc/rc.d/init.d/ypbind"
+ # define NISRESTARTARGS      "--nodeps", "--quiet", "conditionalrestart"
+-# define NTPSERVICE          ETCDIR "/init.d/ntpd"
++# define NTPSERVICE          "/etc/rc.d/init.d/ntpd"
+ # define NTPRESTARTARGS      "--nodeps", "--quiet", "conditionalrestart"
+ #elif ENABLE_BSDRC
+ # define SERVICE             "BSDRC"
This page took 0.084817 seconds and 4 git commands to generate.