svn commit: r351488 - in head/japanese/tiarra: . files

Hajimu UMEMOTO ume at FreeBSD.org
Thu Apr 17 17:09:55 UTC 2014


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"


More information about the svn-ports-head mailing list