Since r275359, there is no need to provide a bogus service name.
MFC after: 3 weeks
This commit is contained in:
parent
0b9c2e7ac5
commit
ded9988b76
@ -10,7 +10,7 @@
|
||||
#
|
||||
. /etc/rc.subr
|
||||
|
||||
load_rc_config 'XXX'
|
||||
load_rc_config
|
||||
|
||||
if [ -n "${mta_start_script}" ]; then
|
||||
[ "${mta_start_script}" != "/etc/rc.sendmail" ] && \
|
||||
|
@ -45,7 +45,7 @@ export HOME PATH
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
load_rc_config 'XXX'
|
||||
load_rc_config
|
||||
|
||||
# reverse_list list
|
||||
# print the list in reverse order
|
||||
|
Loading…
Reference in New Issue
Block a user