Make subroutine names more conformant with other scripts in rc.d.

MFC After: 2 weeks
This commit is contained in:
Mike Makonnen 2007-03-31 09:03:38 +00:00
parent 8e219dc525
commit 0a9b210037
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168119

View File

@ -12,10 +12,10 @@
name="ppp"
rcvar=`set_rcvar`
command="/usr/sbin/${name}"
start_precmd="ppp_precmd"
start_postcmd="ppp_postcmd"
start_precmd="ppp_prestart"
start_postcmd="ppp_poststart"
ppp_precmd()
ppp_prestart()
{
# Establish ppp mode.
#
@ -38,7 +38,7 @@ ppp_precmd()
rc_flags="$rc_flags ${ppp_profile}"
}
ppp_postcmd()
ppp_poststart()
{
# Re-Sync ipfilter and pf so they pick up any new network interfaces
#