From ffc2c5868b543205c58402664225de09d37283fd Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 27 Feb 2011 11:40:20 +0000 Subject: Recognize 'reload' command, as hastd can be reloaded with the SIGHUP signal. MFC after: 1 week --- etc/rc.d/hastd | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.d') diff --git a/etc/rc.d/hastd b/etc/rc.d/hastd index 1100678..b9d9516 100644 --- a/etc/rc.d/hastd +++ b/etc/rc.d/hastd @@ -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() { -- cgit v1.1