Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Specify correct run directory.
details: https://anonhg.NetBSD.org/src/rev/b9a58fb26d86
branches: trunk
changeset: 326082:b9a58fb26d86
user: roy <roy%NetBSD.org@localhost>
date: Fri Jan 17 18:36:25 2014 +0000
description:
Specify correct run directory.
Fixes PR bin/48529 thanks to martin@
diffstat:
external/bsd/dhcpcd/sbin/dhcpcd/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ef749df80a79 -r b9a58fb26d86 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Jan 17 17:25:47 2014 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile Fri Jan 17 18:36:25 2014 +0000
@@ -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 @@
${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' \
Home |
Main Index |
Thread Index |
Old Index