diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-05 04:48:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-05 04:48:49 +0800 |
commit | cc13172a99d8c358b85c711783c1328269ffeb60 (patch) | |
tree | 511d024bfc4bba4e23c9be375448aa4262baa0eb /security | |
parent | 61bb9bfb7303636a42ad9d840e3cdcbccfda6254 (diff) | |
download | freebsd-ports-gnome-cc13172a99d8c358b85c711783c1328269ffeb60.tar.gz freebsd-ports-gnome-cc13172a99d8c358b85c711783c1328269ffeb60.tar.zst freebsd-ports-gnome-cc13172a99d8c358b85c711783c1328269ffeb60.zip |
ports/security/ipsec-tools enables itself at startup
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.
Submitted by: Vivek Khera <vivek@khera.org>
PR: ports/91317
Diffstat (limited to 'security')
-rw-r--r-- | security/ipsec-tools/Makefile | 1 | ||||
-rw-r--r-- | security/ipsec-tools/files/racoon.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index b6349896d638..e1c22997740d 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -12,6 +12,7 @@ PORTNAME= ipsec-tools PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipsec-tools diff --git a/security/ipsec-tools/files/racoon.sh.in b/security/ipsec-tools/files/racoon.sh.in index ecde585dad87..3d5722482ebe 100644 --- a/security/ipsec-tools/files/racoon.sh.in +++ b/security/ipsec-tools/files/racoon.sh.in @@ -21,7 +21,7 @@ prefix=%%PREFIX%% # # DO NOT CHANGE THESE DEFAULT VALUES HERE # -[ -z "$racoon_enable" ] && racoon_enable="YES" # Enable racoon +[ -z "$racoon_enable" ] && racoon_enable="NO" # Disable by default #racoon_program="${prefix}/sbin/racoon" # Location of racoon #racoon_flags="" # Flags to racoon program |