mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- fix wrong start_cmd in start script
- bump PORTREVISION
This commit is contained in:
parent
b525510f5a
commit
54fa0f2a38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153493
@ -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/\.//}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user