summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/devd
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/devd
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/devd')
-rw-r--r--etc/rc.d/devd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/devd b/etc/rc.d/devd
index c282f3b..50c8a17 100644
--- a/etc/rc.d/devd
+++ b/etc/rc.d/devd
@@ -12,7 +12,7 @@
name="devd"
rcvar=`set_rcvar`
-command="/sbin/devd"
+command="/sbin/${name}"
load_rc_config $name
run_rc_command "$1"
OpenPOWER on IntegriCloud