packages/net/dhcpcd/patches/001-run_dir.patch

12 lines
437 B
Diff
Raw Normal View History

--- 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