]> git.pld-linux.org Git - packages/dhcpcd.git/blob - dhcpcd-ntp-path.patch
2af5aafff7272f53db9d23c159f9781b5bbb61c1
[packages/dhcpcd.git] / dhcpcd-ntp-path.patch
1 --- dhcpcd-3.1.4/config.h       2007-08-09 18:26:35.000000000 +0200
2 +++ dhcpcd-3.1.4/config.h-new   2007-08-19 17:07:43.126649947 +0200
3 @@ -58,14 +58,14 @@
4  #define NISSERVICE          ETCDIR "/init.d/ypbind"
5  #define NISRESTARTARGS      "--nodeps", "--quiet", "conditionalrestart"
6  
7 -#define NTPFILE             ETCDIR "/ntp.conf"
8 -#define NTPDRIFTFILE        ETCDIR "/ntp.drift"
9 +#define NTPFILE             ETCDIR "/ntp/ntp.conf"
10 +#define NTPDRIFTFILE        ETCDIR "/ntp/ntp.drift"
11  #define NTPLOGFILE          "/var/log/ntp.log"
12  #define NTPSERVICE          ETCDIR "/init.d/ntpd"
13  #define NTPRESTARTARGS      "--nodeps", "--quiet", "conditionalrestart"
14  
15 -#define OPENNTPFILE         ETCDIR "/ntpd.conf"
16 -#define OPENNTPSERVICE      ETCDIR "/init.d/ntpd"
17 +#define OPENNTPFILE         ETCDIR "/ntpd/ntpd.conf"
18 +#define OPENNTPSERVICE      ETCDIR "/rc.d/init.d/ntpd"
19  #define OPENNTPRESTARTARGS  "--nodeps", "--quiet", "conditionalrestart"
20  
21  #define DEFAULT_SCRIPT      ETCDIR "/" PACKAGE ".sh"
This page took 0.071743 seconds and 2 git commands to generate.