diff options
author | flo <flo@FreeBSD.org> | 2013-04-23 05:11:34 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-04-23 05:11:34 +0800 |
commit | c2bb2db04896c770d4923e79d25627e2fa1d0dfd (patch) | |
tree | f1ddd7e7fe5210f76a923bd6007eab5893d9096f /net/asterisk10 | |
parent | 74c54a43448f5f1fbc1ee1c34d4eaa7f562e0008 (diff) | |
download | freebsd-ports-gnome-c2bb2db04896c770d4923e79d25627e2fa1d0dfd.tar.gz freebsd-ports-gnome-c2bb2db04896c770d4923e79d25627e2fa1d0dfd.tar.zst freebsd-ports-gnome-c2bb2db04896c770d4923e79d25627e2fa1d0dfd.zip |
- update net/asterisk to 1.8.21.0
- update net/asterisk11 to 11.3.0
- add -F to command_args in the rc script, this ensures that asterisk
detaches from the controlling terminal. It was possible for the asterisk
rc script to prevent a box from reaching full multiuser if e.g. -v was
passed to command_args. [1]
Reported by: Kurt Lidl <lidl@pix.net>
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() { |