Bug 79243 - [patch] net/mDNSResponder: Fix typos in the new rcNG script and unbreak it
Summary: [patch] net/mDNSResponder: Fix typos in the new rcNG script and unbreak it
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-26 05:20 UTC by Jie Gao
Modified: 2005-03-26 07:21 UTC (History)
1 user (show)

See Also:


Attachments
patch-mDNSResponder-files-mdnsd.sh.in (497 bytes, text/plain)
2005-03-26 05:20 UTC, Jie Gao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jie Gao 2005-03-26 05:20:02 UTC
	
The rcNG script that was newly added in mDNSResponder actually does not
work due to a serious typo. Fix this typo and also another typo in the header.

Fix: Apply the following patch to the ports directory.
How-To-Repeat: 	
install net/mDNSResponder, make sure there is no

mdnsd_enable="YES"

in /etc/rc.conf, and run as root:

/usr/local/etc/rc.d/mdnsd.sh start

You will get message that mdnsd is starting and you can see the process mdnsd
from the result of "ps -auxw" command.

The expected result should be mdnsd not being started.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2005-03-26 07:21:36 UTC
State Changed
From-To: open->closed

Committed, thanks!