]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
- correct path of ntpd.conf (/etc/ntp/ntp.conf in PLD)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 31 Aug 2006 21:52:47 +0000 (21:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-ntp-path.patch -> 1.1

dhcpcd-ntp-path.patch [new file with mode: 0644]

diff --git a/dhcpcd-ntp-path.patch b/dhcpcd-ntp-path.patch
new file mode 100644 (file)
index 0000000..2d468d8
--- /dev/null
@@ -0,0 +1,10 @@
+--- dhcpcd-2.0.1/src/pathnames.h~      2006-01-21 21:40:54.000000000 +0200
++++ dhcpcd-2.0.1/src/pathnames.h       2006-09-01 00:50:59.522622343 +0300
+@@ -43,6 +43,6 @@
+ #define RESOLV_FILE           "%s/resolv.conf"
+ #define NIS_FILE              "%s/yp.conf"
+-#define NTP_FILE              "%s/ntp.conf"
++#define NTP_FILE              "%s/ntp/ntp.conf"
+ #endif
This page took 0.032928 seconds and 4 git commands to generate.