c150e05a80
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9778 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
437 B
Diff
12 lines
437 B
Diff
--- 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
|