diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 20:48:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 20:48:49 +0000 |
commit | 2490b762f76dffb9d8a1bded3066104a85dc4f17 (patch) | |
tree | c4ed26b67aee768b675ffad3ae47adc44d2a4bee /security/ipsec-tools | |
parent | a47300f7dbbd6c3bf9625803eb17345f3e559386 (diff) | |
download | ports-2490b762f76dffb9d8a1bded3066104a85dc4f17.tar.gz ports-2490b762f76dffb9d8a1bded3066104a85dc4f17.zip |
Notes
Diffstat (limited to 'security/ipsec-tools')
-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 |