Recognize 'reload' command, as hastd can be reloaded with the SIGHUP signal.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2011-02-27 11:40:20 +00:00
parent 913c672f8c
commit 35d77156fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219082

View File

@ -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()
{