Update tenshi service script with new locations of files

This commit is contained in:
Mateusz Piotrowski 2020-10-06 09:30:59 +00:00
parent 7433a94b32
commit 1e118e9a73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551565
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= tenshi
PORTVERSION= 0.17
PORTREVISION= 1
CATEGORIES= sysutils
PATCH_SITES= https://github.com/f-secure-foundry/tenshi/commit/
PATCHFILES= 1c9c887.patch:-p1 \

View File

@ -21,11 +21,11 @@ tenshi_enable="${tenshi_enable:-NO}"
extra_commands='reload'
command='%%PREFIX%%/bin/tenshi'
command='%%PREFIX%%/sbin/tenshi'
command_interpreter='%%PERL%%'
pidfile='/var/run/tenshi.pid'
required_files='%%PREFIX%%/etc/tenshi.conf'
required_files='%%ETCDIR%%/tenshi.conf'
run_rc_command "$1"