Bug 81934

Summary: mysql-server.sh not ssh-friendly
Product: Ports & Packages Reporter: David Marshall <marshall>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description David Marshall 2005-06-06 06:30:01 UTC
	In at least databases/mysql41-server, the mysql-server.sh file
	created in /usr/local/etc/rc.d is not friendly to ssh when starting.
	An ssh command that involves starting MySQL will never terminate.

Fix: Pipe STDERR to /dev/null like STDOUT is piped.

	Patch that works in a more-ssh-friendly fashion below.

How-To-Repeat: 	
	ssh some.machine.com /usr/local/etc/rc.d/mysql-server.sh start
Comment 1 Florent Thoumie freebsd_committer freebsd_triage 2005-06-06 06:36:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2005-06-08 08:34:22 UTC
State Changed
From-To: open->closed

Duplicated of PR 81915