MFH (r290008): load_rc_config no longer requires a service name
This commit is contained in:
parent
5029ec74e3
commit
de495bb503
@ -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…
x
Reference in New Issue
Block a user