/usr/local/etc/rc.d/asterisk stop sometimes hangs, unable to kill the asterisk server. Fix: This patch to the rc.d script send asterisk the 'stop now' command (and waits for it's return, prior to sending a SIGKILL). This seems to work more reliably than simply sending a SIGTERM to the server. The same patch could (should?) be applied to the net/asterisk port as well as the net/asterisk-bristuff port. How-To-Repeat: /usr/local/etc/rc.d/asterisk stop
Responsible Changed From-To: freebsd-ports-bugs->fjoe Over to maintainer
Responsible Changed From-To: fjoe->sobomax Over to main port maintainer.
sobomax 2007-07-22 10:40:35 UTC FreeBSD ports repository Modified files: net/asterisk Makefile distinfo pkg-plist net/asterisk/files asterisk.sh.in patch-Makefile patch-configure Removed files: net/asterisk/files patch-main::utils.c Log: o Update to 1.4.8, which fixes some security issues. PR: 114720, 114712 o Enable zaptel channel and friends on AMD64. PR: 112624 o Improve startup script. PR: 107222 Revision Changes Path 1.74 +8 -7 ports/net/asterisk/Makefile 1.25 +3 -3 ports/net/asterisk/distinfo 1.7 +8 -0 ports/net/asterisk/files/asterisk.sh.in 1.20 +9 -9 ports/net/asterisk/files/patch-Makefile 1.2 +73 -18 ports/net/asterisk/files/patch-configure 1.2 +0 -14 ports/net/asterisk/files/patch-main::utils.c (dead) 1.29 +4 -4 ports/net/asterisk/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Commited with some mods, thanks!