]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
510aee2e40205bdca26c894afa82007b dhcpcd-pid_path_fix.patch
authorMariusz Witkowski <maryush@gmail.com>
Tue, 6 Aug 2002 11:36:31 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-pid_path_fix.patch -> 1.1

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

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