1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-28 08:02:25 +01:00
slackware-current/source/installer/dhcpcd/config.h.diff

18 lines
634 B
Diff
Raw Normal View History

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"