Add dhcpcd (#1797)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9778 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-12-16 13:41:53 +00:00
parent 283ee3c134
commit c150e05a80
2 changed files with 62 additions and 0 deletions

View 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