summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ipmon
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-10-28 16:55:38 +0000
committeryar <yar@FreeBSD.org>2005-10-28 16:55:38 +0000
commit85be5dff385854a1208209ce69c374ab63970002 (patch)
treebef5dda2692f6779c7bae1f5a18141611ed179af /etc/rc.d/ipmon
parent63f6ebb546ed132567cbac85b5957f5dfda868f6 (diff)
downloadFreeBSD-src-85be5dff385854a1208209ce69c374ab63970002.zip
FreeBSD-src-85be5dff385854a1208209ce69c374ab63970002.tar.gz
Use ${name} in pathnames where appropriate.
The sendmail script already was on this way, but it didn't reach the end of it yet.
Diffstat (limited to 'etc/rc.d/ipmon')
-rwxr-xr-xetc/rc.d/ipmon2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ipmon b/etc/rc.d/ipmon
index 271b99d..00d61a5 100755
--- a/etc/rc.d/ipmon
+++ b/etc/rc.d/ipmon
@@ -13,7 +13,7 @@
name="ipmon"
rcvar=`set_rcvar`
-command="/sbin/ipmon"
+command="/sbin/${name}"
start_precmd="ipmon_precmd"
ipmon_precmd()
OpenPOWER on IntegriCloud