]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
- updated auto/th/dhcpcd-3_1_4-1
authorshadzik <shadzik@pld-linux.org>
Sun, 19 Aug 2007 15:11:31 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-ntp-path.patch -> 1.5

dhcpcd-ntp-path.patch

index 75466507a1119448b2e25d5b5ae4c43b6c6a3b64..2af5aafff7272f53db9d23c159f9781b5bbb61c1 100644 (file)
@@ -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"
This page took 0.099738 seconds and 4 git commands to generate.