]> git.pld-linux.org Git - packages/dhcpcd.git/blob - dhcpcd-paths_fixes.patch
- reverte last change.
[packages/dhcpcd.git] / dhcpcd-paths_fixes.patch
1 --- dhcpcd-1.3.22-pl1/pathnames.h~      Thu Jan 17 04:18:10 2002
2 +++ dhcpcd-1.3.22-pl1/pathnames.h       Mon Sep  9 19:49:26 2002
3 @@ -26,8 +26,8 @@
4  #include <paths.h>
5  #include "dhcpcd.h"
6  
7 -#define PID_FILE_PATH          "%s/"PROGRAM_NAME"-%s.pid"
8 -#define CONFIG_DIR             "/etc/dhcpc"
9 +#define PID_FILE_PATH          "/var/run/"PROGRAM_NAME"-%s.pid"
10 +#define CONFIG_DIR             "/var/lib/dhcpc"
11  #define DHCP_CACHE_FILE                "%s/"PROGRAM_NAME"-%s.cache"
12  #define DHCP_HOSTINFO          "%s/"PROGRAM_NAME"-%s.info"
13  #define EXEC_ON_CHANGE         "%s/"PROGRAM_NAME".exe"
14 --- dhcpcd-1.3.22-pl1/dhcpcd.8~ Mon Sep  9 19:50:54 2002
15 +++ dhcpcd-1.3.22-pl1/dhcpcd.8  Mon Sep  9 19:50:54 2002
16 @@ -136,7 +136,7 @@
17  will use
18  .I <ConfigDir>
19  directory instead of default
20 -.I /etc/dhcpc
21 +.I /var/lib/dhcpc
22  to store configuration information.
23  .TP
24  .BI \-R
25 @@ -265,7 +265,7 @@
26  .SH FILES
27  .PD 0
28  .TP
29 -.BI /etc/dhcpc
30 +.BI /var/lib/dhcpc
31  Default 
32  .I <ConfigDir>
33  directory used for storing files
This page took 0.033566 seconds and 4 git commands to generate.