Bug 64663 - killall usage in DarwinStreamingServer shutdown script
Summary: killall usage in DarwinStreamingServer shutdown script
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: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 19:20 UTC by Melvyn Sopacua
Modified: 2004-03-27 16:59 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (860 bytes, patch)
2004-03-24 19:20 UTC, Melvyn Sopacua
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Melvyn Sopacua 2004-03-24 19:20:17 UTC
	The shutdown script uses killall to shutdown DarwinStreamingServer.
	However - DarwinStreamingServer is longer than MAXCOMLEN (19) and
	therefore killall fails.
	There is a pid file as well.

How-To-Repeat: 	Try to stop the server via the rc script.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-03-25 01:43:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

Over to maintainer.
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2004-03-27 16:59:46 UTC
State Changed
From-To: open->closed

Committed, thanks!