summaryrefslogtreecommitdiffstats
path: root/source/installer/dhcpcd/config.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/dhcpcd/config.h.diff')
-rw-r--r--source/installer/dhcpcd/config.h.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/source/installer/dhcpcd/config.h.diff b/source/installer/dhcpcd/config.h.diff
deleted file mode 100644
index 7bdefb600..000000000
--- a/source/installer/dhcpcd/config.h.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Nur dhcpcd-3.2.3.orig/config.h dhcpcd-3.2.3/config.h
---- dhcpcd-3.2.3.orig/config.h 2008-02-25 02:28:19.000000000 -0600
-+++ dhcpcd-3.2.3/config.h 2009-03-06 14:55:01.998436374 -0600
-@@ -71,10 +71,10 @@
-
- #define OPENNTPFILE ETCDIR "/ntpd.conf"
-
--#define DEFAULT_SCRIPT ETCDIR "/" PACKAGE ".sh"
-+#define DEFAULT_SCRIPT INFODIR "/" PACKAGE ".sh"
-
--#define STATEDIR "/var"
--#define PIDFILE STATEDIR "/run/" PACKAGE "-%s.pid"
-+#define STATEDIR INFODIR
-+#define PIDFILE INFODIR "/" PACKAGE "-%s.pid"
-
- #ifndef INFODIR
- # define INFODIR "/var/lib/dhcpcd"