Bug 107222 - stopping problems with rc.d in net/asterisk-bristuff
Summary: stopping problems with rc.d in net/asterisk-bristuff
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 23:30 UTC by huntting
Modified: 2007-07-22 11:50 UTC (History)
0 users

See Also:


Attachments
file.diff (556 bytes, patch)
2006-12-26 23:30 UTC, huntting
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description huntting 2006-12-26 23:30:13 UTC
	/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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-27 04:34:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer
Comment 2 Max Khon freebsd_committer freebsd_triage 2007-07-03 17:26:02 UTC
Responsible Changed
From-To: fjoe->sobomax

Over to main port maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-22 11:40:43 UTC
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"
Comment 4 Maxim Sobolev freebsd_committer freebsd_triage 2007-07-22 11:46:31 UTC
State Changed
From-To: open->closed

Commited with some mods, thanks!