Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/openresolv/sbin/resolvconf build correctly for ...
details: https://anonhg.NetBSD.org/src/rev/1bd29fe790cb
branches: trunk
changeset: 787909:1bd29fe790cb
user: roy <roy%NetBSD.org@localhost>
date: Fri Jul 12 17:32:47 2013 +0000
description:
build correctly for RCDIR
diffstat:
external/bsd/openresolv/sbin/resolvconf/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 76b05acd1d83 -r 1bd29fe790cb external/bsd/openresolv/sbin/resolvconf/Makefile
--- a/external/bsd/openresolv/sbin/resolvconf/Makefile Fri Jul 12 17:30:25 2013 +0000
+++ b/external/bsd/openresolv/sbin/resolvconf/Makefile Fri Jul 12 17:32:47 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/07/12 17:30:25 roy Exp $
+# $NetBSD: Makefile,v 1.6 2013/07/12 17:32:47 roy Exp $
#
.include <bsd.own.mk>
@@ -25,7 +25,9 @@
RESTARTCMD= if /etc/rc.d/${CMD1}; then /etc/rc.d/${CMD2}; fi
.for f in ${SCRIPTS} ${FILES} ${MAN}
${f}: Makefile ${f}.in
- ${TOOL_SED} -e 's:@PREFIX@::g' -e 's:@SBINDIR@:/sbin:g' \
+ ${TOOL_SED} -e 's:@PREFIX@::g' \
+ -e 's:@SBINDIR@:/sbin:g' \
+ -e 's:@RCDIR@:/etc/rc.d:g' \
-e 's:@SYSCONFDIR@:/etc:g' \
-e 's:@LIBEXECDIR@:/libexec/resolvconf:g' \
-e 's:@VARDIR@:/var/run/resolvconf:g' \
Home |
Main Index |
Thread Index |
Old Index