Add dhcpcd (#1797)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9778 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/dhcpcd/patches/001-run_dir.patch
Normal file
11
net/dhcpcd/patches/001-run_dir.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- dhcpcd-3.0.17/pathnames.h.orig 2007-05-31 15:28:04.000000000 -0700
|
||||
+++ dhcpcd-3.0.17/pathnames.h 2007-05-31 15:28:16.000000000 -0700
|
||||
@@ -48,7 +48,7 @@
|
||||
#define STATEDIR "/var"
|
||||
#define PIDFILE STATEDIR "/run/" PACKAGE "-%s.pid"
|
||||
|
||||
-#define CONFIGDIR STATEDIR "/lib/" PACKAGE
|
||||
+#define CONFIGDIR STATEDIR "/run/" PACKAGE
|
||||
#define INFOFILE CONFIGDIR "/" PACKAGE "-%s.info"
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user