Author: des Date: Tue Jan 26 08:58:59 2016 New Revision: 294785 URL: https://svnweb.freebsd.org/changeset/base/294785
Log: MFH (r290008): load_rc_config no longer requires a service name Modified: stable/10/etc/rc.d/othermta stable/10/etc/rc.shutdown Directory Properties: stable/10/ (props changed) Modified: stable/10/etc/rc.d/othermta ============================================================================== --- stable/10/etc/rc.d/othermta Tue Jan 26 08:57:45 2016 (r294784) +++ stable/10/etc/rc.d/othermta Tue Jan 26 08:58:59 2016 (r294785) @@ -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: stable/10/etc/rc.shutdown ============================================================================== --- stable/10/etc/rc.shutdown Tue Jan 26 08:57:45 2016 (r294784) +++ stable/10/etc/rc.shutdown Tue Jan 26 08:58:59 2016 (r294785) @@ -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 _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"