Author: des
Date: Mon Oct 26 15:16:27 2015
New Revision: 290008
URL: https://svnweb.freebsd.org/changeset/base/290008

Log:
  Since r275359, there is no need to provide a bogus service name.
  
  MFC after:    3 weeks

Modified:
  head/etc/rc.d/othermta
  head/etc/rc.shutdown

Modified: head/etc/rc.d/othermta
==============================================================================
--- head/etc/rc.d/othermta      Mon Oct 26 15:14:55 2015        (r290007)
+++ head/etc/rc.d/othermta      Mon Oct 26 15:16:27 2015        (r290008)
@@ -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" ] && \

Modified: head/etc/rc.shutdown
==============================================================================
--- head/etc/rc.shutdown        Mon Oct 26 15:14:55 2015        (r290007)
+++ head/etc/rc.shutdown        Mon Oct 26 15:16:27 2015        (r290008)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to