1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

net/coturn: Fix pidfile in the rc script

PR:		252918
Reported by:	László Károlyi <laszlo@karolyi.hu>
This commit is contained in:
Yuri Victorovich 2021-01-23 01:49:36 +00:00
parent 2cb13e8fd9
commit 0b1838126e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562362
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= coturn
DISTVERSION= 4.5.2
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org

View File

@ -15,7 +15,7 @@
name="turnserver"
rcvar="${name}_enable"
command="%%PREFIX%%/bin/${name}"
pidfile="/var/run/prosody/${name}.pid"
pidfile="/var/run/${name}.pid"
required_files="%%PREFIX%%/etc/${name}.conf"
load_rc_config ${name}