Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2011 11:40:20 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219082 - head/etc/rc.d
Message-ID:  <201102271140.p1RBeKZX084747@svn.freebsd.org>

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



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