From: Mariusz Witkowski Date: Sun, 8 Sep 2002 14:27:52 +0000 (+0000) Subject: 88823f7812225c8fda5c9dbc9dd07a81 dhcpcd-other_path_fix.patch X-Git-Tag: dhcpcd-1_3_22pl1-13~4 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=e6e304e00f57c665de5e34bcce5de71c1d272887;p=packages%2Fdhcpcd.git 88823f7812225c8fda5c9dbc9dd07a81 dhcpcd-other_path_fix.patch Changed files: dhcpcd-other_path_fix.patch -> 1.1 --- diff --git a/dhcpcd-other_path_fix.patch b/dhcpcd-other_path_fix.patch new file mode 100644 index 0000000..2fa72ba --- /dev/null +++ b/dhcpcd-other_path_fix.patch @@ -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 + #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"