]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
88823f7812225c8fda5c9dbc9dd07a81 dhcpcd-other_path_fix.patch
authorMariusz Witkowski <maryush@gmail.com>
Sun, 8 Sep 2002 14:27:52 +0000 (14:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-other_path_fix.patch -> 1.1

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

diff --git a/dhcpcd-other_path_fix.patch b/dhcpcd-other_path_fix.patch
new file mode 100644 (file)
index 0000000..2fa72ba
--- /dev/null
@@ -0,0 +1,11 @@
+--- pathnames.org      Tue Sep  8 16:17:20 2002
++++ pathnames.h        Tue Sep  8 16:16:34 2002
+@@ -26,7 +26,7 @@
+ #include <paths.h>
+ #include "dhcpcd.h"
+ #define PID_FILE_PATH         "/var/run/"PROGRAM_NAME".pid"
+-#define CONFIG_DIR            "/etc/dhcpc"
++#define CONFIG_DIR            "/var/lib/dhcpc"
+ #define DHCP_CACHE_FILE               "%s/"PROGRAM_NAME"-%s.cache"
+ #define DHCP_HOSTINFO         "%s/"PROGRAM_NAME"-%s.info"
This page took 0.100972 seconds and 4 git commands to generate.