packages/net/dhcpcd/patches/001-run_dir.patch
florian c150e05a80 Add dhcpcd (#1797)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-16 13:41:53 +00:00

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