From: shadzik Date: Sat, 14 Apr 2007 15:06:10 +0000 (+0000) Subject: - updated X-Git-Tag: auto/ac/dhcpcd-3_0_17-1~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=f2e88573d83e102d28eee47a6ded19f6c234bf9b;p=packages%2Fdhcpcd.git - updated Changed files: dhcpcd-ntp-path.patch -> 1.4 --- diff --git a/dhcpcd-ntp-path.patch b/dhcpcd-ntp-path.patch index e0a0a83..7546650 100644 --- a/dhcpcd-ntp-path.patch +++ b/dhcpcd-ntp-path.patch @@ -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"