Module Name:    src
Committed By:   roy
Date:           Fri Jan 17 18:36:25 UTC 2014

Modified Files:
        src/external/bsd/dhcpcd/sbin/dhcpcd: Makefile

Log Message:
Specify correct run directory.
Fixes PR bin/48529 thanks to martin@


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile
diff -u src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.18 src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.19
--- src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile:1.18	Wed Jan 15 20:58:53 2014
+++ src/external/bsd/dhcpcd/sbin/dhcpcd/Makefile	Fri Jan 17 18:36:25 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/01/15 20:58:53 roy Exp $
+# $NetBSD: Makefile,v 1.19 2014/01/17 18:36:25 roy Exp $
 #
 
 PROG=		dhcpcd
@@ -44,6 +44,7 @@ CLEANFILES=		dhcpcd.conf.5 dhcpcd.8 \
 ${f}:	${f}.in
 	${TOOL_SED} -e 's:@SYSCONFDIR@:/etc:g' -e 's:@DBDIR@:/var/db:g' \
 	    -e 's:@LIBDIR@:/lib:g' \
+	    -e 's:@RUNDIR@:/var/run:g' \
 	    -e 's:@HOOKDIR@:/libexec/dhcpcd-hooks:g' \
 	    -e 's:@SCRIPT@:/libexec/dhcpcd-run-hooks:g' \
 	    -e 's:@SERVICEEXISTS@::g' \

Reply via email to