Bug 91317 - ports/security/ipsec-tools enables itself at startup
Summary: ports/security/ipsec-tools enables itself at startup
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: 2006-01-04 20:40 UTC by Vick Khera
Modified: 2006-01-04 20:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vick Khera 2006-01-04 20:40:05 UTC
	

ports/security/ipsec-tools rc.d script defaults to 'enabled'

It also installs its own versions of setkey and libipsec.so which seems
redundant as they are part of the base system and should be used in
preference.

Fix: 

remove this line from the racoon.sh file:

 [ -z "$racoon_enable" ] && racoon_enable="YES"  # Enable racoon
How-To-Repeat: 	

install the port.  run "/usr/local/etc/rc.d/racoon.sh start"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-04 20:44:28 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-04 20:48:27 UTC
State Changed
From-To: feedback->closed

Committed, thanks!