]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
- updated
authorshadzik <shadzik@pld-linux.org>
Sat, 14 Apr 2007 15:06:10 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-ntp-path.patch -> 1.4

dhcpcd-ntp-path.patch

index e0a0a83a5922acdd82a622d6583e9e7602833927..75466507a1119448b2e25d5b5ae4c43b6c6a3b64 100644 (file)
@@ -1,13 +1,13 @@
---- dhcpcd-3.0.10/pathnames.h.ntp-path 2007-02-07 11:35:47.000000000 +0100
-+++ dhcpcd-3.0.10/pathnames.h  2007-02-07 11:36:43.000000000 +0100
+--- 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 @@
- #define NISSERVICE            ETCDIR "/init.d/ypbind"
- #define NISRESTARTARGS                "--quiet", "conditionalrestart"
+ #define NISSERVICE          ETCDIR "/init.d/ypbind"
+ #define NISRESTARTARGS      "--quiet", "conditionalrestart"
  
--#define NTPFILE                       ETCDIR "/ntp.conf"
--#define NTPDRIFTFILE          ETCDIR "/ntp.drift"
-+#define NTPFILE                       ETCDIR "/ntp/ntp.conf"
-+#define NTPDRIFTFILE          ETCDIR "/ntp/drift"
- #define NTPLOGFILE            "/var/log/ntp.log"
- #define NTPSERVICE            ETCDIR "/init.d/ntpd"
- #define NTPRESTARTARGS                "--quiet", "conditionalrestart"
+-#define NTPFILE             ETCDIR "/ntp.conf"
+-#define NTPDRIFTFILE        ETCDIR "/ntp.drift"
++#define NTPFILE             ETCDIR "/ntp/ntp.conf"
++#define NTPDRIFTFILE        ETCDIR "/ntp/drift"
+ #define NTPLOGFILE          "/var/log/ntp.log"
+ #define NTPSERVICE          ETCDIR "/init.d/ntpd"
+ #define NTPRESTARTARGS      "--quiet", "conditionalrestart"
This page took 0.032266 seconds and 4 git commands to generate.