diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-04-22 21:11:34 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-04-22 21:11:34 +0000 |
commit | 0457f174a1a3823ad41b3438454661d02c8457ac (patch) | |
tree | f1ddd7e7fe5210f76a923bd6007eab5893d9096f /net/asterisk10 | |
parent | 210b7af2b2c07fe942289e4b1cf6147102c9b718 (diff) | |
download | ports-0457f174a1a3823ad41b3438454661d02c8457ac.tar.gz ports-0457f174a1a3823ad41b3438454661d02c8457ac.zip |
Notes
Diffstat (limited to 'net/asterisk10')
-rw-r--r-- | net/asterisk10/Makefile | 1 | ||||
-rw-r--r-- | net/asterisk10/files/asterisk.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 123e9db0f1ce..04c1694a3503 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -3,6 +3,7 @@ PORTNAME= asterisk PORTVERSION= 10.12.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk10/files/asterisk.in b/net/asterisk10/files/asterisk.in index a612850c5603..85dce3d6c84f 100644 --- a/net/asterisk10/files/asterisk.in +++ b/net/asterisk10/files/asterisk.in @@ -23,7 +23,7 @@ stop_cmd="asterisk_stop" reload_cmd="asterisk_reload" command="%%PREFIX%%/sbin/asterisk" -command_args="-n -U %%ASTERISK_USER%%" +command_args="-n -F -U %%ASTERISK_USER%%" pidfile=${asterisk_pidfile:-"/var/run/asterisk/asterisk.pid"} asterisk_stop() { |