- Actually fix pidfile path.

- Bump PORTREVISION.
This commit is contained in:
Juergen Lock 2011-06-10 18:38:54 +00:00
parent 3fd72c24fd
commit 99d2ab441e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275321
2 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= vdradmin-am
PORTVERSION= 3.6.8
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://andreas.vdr-developer.org/vdradmin-am/download/

View file

@ -16,8 +16,7 @@ name=vdradmind
rcvar=`set_rcvar`
command="%%PREFIX%%/bin/vdradmind"
pidfile="/var/run/vdradmin_am/${name}.pid"
command_args="-p ${pidfile}"
pidfile="/var/run/vdradmin-am/${name}.pid"
load_rc_config ${name}
: ${vdradmind_enable="NO"}