Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 15:16:27 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290008 - in head/etc: . rc.d
Message-ID:  <201510261516.t9QFGRFm008509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510261516.t9QFGRFm008509>