Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136552237
D7572.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
891 B
Referenced Files
None
Subscribers
None
D7572.diff
View Options
Index: head/sbin/resolvconf/Makefile
===================================================================
--- head/sbin/resolvconf/Makefile
+++ head/sbin/resolvconf/Makefile
@@ -16,6 +16,7 @@
SYSCONFDIR= /etc
RCDIR= ${SYSCONFDIR}/rc.d
VARDIR= /var/run/resolvconf
+SBINDIR= /sbin
# We don't assume to restart the services in /sbin. So, though
# our service(8) is in /usr/sbin, we can use it, here.
@@ -28,13 +29,13 @@
.for f in ${SCRIPTS} ${FILES} ${MAN}
${f}: ${f}.in
- sed -e 's:@PREFIX@::g' \
- -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' \
+ sed -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' \
-e 's:@LIBEXECDIR@:${FILESDIR}:g' \
-e 's:@VARDIR@:${VARDIR}:g' \
-e 's:@RESTARTCMD \(.*\)@:${RESTARTCMD_WITH_ARG}:g' \
-e 's:@RESTARTCMD@:${RESTARTCMD}:g' \
-e 's:@RCDIR@:${RCDIR}:g' \
+ -e 's:@SBINDIR@:${SBINDIR}:g' \
-e 's: vpn : ng[0-9]*&:g' \
${DIST}/$@.in > $@
.endfor
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 7:21 AM (14 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25609012
Default Alt Text
D7572.diff (891 B)
Attached To
Mode
D7572: Fix missing substitution of @SBINDIR@ in resolvconf script
Attached
Detach File
Event Timeline
Log In to Comment