1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

Provide rc vars defaults.

PR:		206104
Submitted by:	olgeni
This commit is contained in:
Cy Schubert 2016-01-10 23:44:29 +00:00
parent add53e179c
commit 3b17d2a7bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405760
3 changed files with 19 additions and 7 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= racoon2
PORTVERSION= 20100526a
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= security net ipv6
MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/

View File

@ -1,6 +1,12 @@
--- samples/rc.d-iked.in.orig 2005-10-28 15:33:16.000000000 +0900
+++ samples/rc.d-iked.in 2008-04-17 15:11:55.000000000 +0900
@@ -14,10 +14,10 @@
--- samples/rc.d-iked.in.orig 2005-10-28 06:33:16 UTC
+++ samples/rc.d-iked.in
@@ -10,14 +10,16 @@
. /etc/rc.subr
+: ${iked_enable="NO"}
+
prefix=@prefix@
exec_prefix=@exec_prefix@
name="iked"

View File

@ -1,6 +1,12 @@
--- samples/rc.d-spmd.in.orig 2007-07-11 09:59:30.000000000 +0900
+++ samples/rc.d-spmd.in 2008-04-17 15:11:55.000000000 +0900
@@ -13,7 +13,7 @@
--- samples/rc.d-spmd.in.orig 2007-07-11 00:59:30 UTC
+++ samples/rc.d-spmd.in
@@ -9,11 +9,13 @@
. /etc/rc.subr
+: ${spmd_enable="NO"}
+
prefix=@prefix@
exec_prefix=@exec_prefix@
name="spmd"