Date: Thu, 17 Apr 2014 17:09:55 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351488 - in head/japanese/tiarra: . files Message-ID: <201404171709.s3HH9tl7048016@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ume Date: Thu Apr 17 17:09:54 2014 New Revision: 351488 URL: http://svnweb.freebsd.org/changeset/ports/351488 QAT: https://qat.redports.org/buildarchive/r351488/ Log: Add tiarra_sig_stop to change signal to stop tiarra. Tiarra cannot be stopped with SIGTERM in some cases. Modified: head/japanese/tiarra/Makefile head/japanese/tiarra/files/tiarra.in Modified: head/japanese/tiarra/Makefile ============================================================================== --- head/japanese/tiarra/Makefile Thu Apr 17 16:43:48 2014 (r351487) +++ head/japanese/tiarra/Makefile Thu Apr 17 17:09:54 2014 (r351488) @@ -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/ Modified: head/japanese/tiarra/files/tiarra.in ============================================================================== --- head/japanese/tiarra/files/tiarra.in Thu Apr 17 16:43:48 2014 (r351487) +++ head/japanese/tiarra/files/tiarra.in Thu Apr 17 17:09:54 2014 (r351488) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404171709.s3HH9tl7048016>