1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Add tiarra_sig_stop to change signal to stop tiarra.

Tiarra cannot be stopped with SIGTERM in some cases.
This commit is contained in:
Hajimu UMEMOTO 2014-04-17 17:09:54 +00:00
parent 4fd85a7a49
commit 22787557f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351488
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= tiarra
PORTVERSION= 20100212
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= japanese irc ipv6
MASTER_SITES= http://www.clovery.jp/tiarra/archive/2010/02/

View File

@ -25,5 +25,6 @@ command_interpreter="/usr/bin/perl"
required_dirs="${tiarra_chdir}"
required_files="${tiarra_chdir}/${name}.conf"
extra_commands="reload"
sig_stop="${tiarra_sig_stop:-TERM}"
run_rc_command "$1"