Update tenshi service script with new locations of files
This commit is contained in:
parent
7433a94b32
commit
1e118e9a73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551565
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user