svn commit: r219082 - head/etc/rc.d
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sun Feb 27 11:40:20 UTC 2011
Author: pjd
Date: Sun Feb 27 11:40:20 2011
New Revision: 219082
URL: http://svn.freebsd.org/changeset/base/219082
Log:
Recognize 'reload' command, as hastd can be reloaded with the SIGHUP signal.
MFC after: 1 week
Modified:
head/etc/rc.d/hastd
Modified: head/etc/rc.d/hastd
==============================================================================
--- head/etc/rc.d/hastd Sun Feb 27 10:13:16 2011 (r219081)
+++ head/etc/rc.d/hastd Sun Feb 27 11:40:20 2011 (r219082)
@@ -18,6 +18,7 @@ hastctl="/sbin/hastctl"
required_files="/etc/hast.conf"
stop_precmd="hastd_stop_precmd"
required_modules="geom_gate:g_gate"
+extra_commands="reload"
hastd_stop_precmd()
{
More information about the svn-src-head
mailing list