summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ppp
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-10-23 14:06:53 +0000
committeryar <yar@FreeBSD.org>2005-10-23 14:06:53 +0000
commit01c93e49496793c2e81170455d90d7248d50b1a5 (patch)
tree84b261da46f8bd1216335917f3b78c67b8bfb2da /etc/rc.d/ppp
parent7086514f41a8629e4d5de82e04da61a0d8984c7a (diff)
downloadFreeBSD-src-01c93e49496793c2e81170455d90d7248d50b1a5.zip
FreeBSD-src-01c93e49496793c2e81170455d90d7248d50b1a5.tar.gz
Don't be lazy, set the "command" variable even if
/etc/defaults/rc.conf will provide foo_program, too. By specifying "command" we explicitly say that we're going to rely on rc.subr(8) default methods, and rc.subr(8) will take advantage of this soon. The majority of our rc.d scripts already set "command" if appropriate, so fix just the non-compliant handful.
Diffstat (limited to 'etc/rc.d/ppp')
-rw-r--r--etc/rc.d/ppp1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/ppp b/etc/rc.d/ppp
index f13175c..06af79d 100644
--- a/etc/rc.d/ppp
+++ b/etc/rc.d/ppp
@@ -11,6 +11,7 @@
name="ppp"
rcvar=`set_rcvar`
+command="/usr/sbin/ppp"
start_precmd="ppp_precmd"
start_postcmd="ppp_postcmd"
OpenPOWER on IntegriCloud