- fix wrong start_cmd in start script

- bump PORTREVISION
This commit is contained in:
Yen-Ming Lee 2006-01-14 19:03:06 +00:00
parent b525510f5a
commit 54fa0f2a38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153493
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= repeater
PORTVERSION= 0.08
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://koti.mbnet.fi/jtko/uvncrepeater/
DISTNAME= repeater${PORTVERSION:C/\.//}

View file

@ -25,6 +25,6 @@ repeater_log=${repeater_log:-"/var/run/repeater.log"}
command=/usr/local/sbin/repeater
procname=repeater
start_precmd="echo Starting ${procname}."
start_cmd="daemon ${procname} ${repeater_viewer_port} ${repeater_server_port} > ${repeater_log} 2>&1"
start_cmd="daemon ${command} ${repeater_viewer_port} ${repeater_server_port} > ${repeater_log} 2>&1"
run_rc_command "$1"