aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-03-27 14:14:03 +0800
committerDoug Barton <dougb@FreeBSD.org>2010-03-27 14:14:03 +0800
commit86922094aa9bd1c4cf44f8627e61e9ca5130e177 (patch)
tree9a375da009df1bddc9cdcf19809b17f1e3ac3cc7 /security
parent61dba4e9e5307bce718034b8002ddeb66374c522 (diff)
downloadfreebsd-ports-gnome-86922094aa9bd1c4cf44f8627e61e9ca5130e177.tar.gz
freebsd-ports-gnome-86922094aa9bd1c4cf44f8627e61e9ca5130e177.tar.zst
freebsd-ports-gnome-86922094aa9bd1c4cf44f8627e61e9ca5130e177.zip
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name.
Diffstat (limited to 'security')
-rw-r--r--security/openssh-portable/Makefile2
-rw-r--r--security/openvpn-devel/Makefile2
-rw-r--r--security/openvpn-devel/files/pkg-message.in2
-rw-r--r--security/openvpn/Makefile2
-rw-r--r--security/openvpn/files/pkg-message.in2
-rw-r--r--security/openvpn20/Makefile2
-rw-r--r--security/openvpn20/files/pkg-message.in2
7 files changed, 4 insertions, 10 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 34f910f89977..b17fcf6d52f8 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -215,7 +215,7 @@ SUB_LIST+= ETCSSH="${ETCSSH}"
PLIST_SUB+= EMPTYDIR="${EMPTYDIR}"
CONFIGURE_ARGS+= --sysconfdir=${ETCSSH} --with-privsep-path=${EMPTYDIR}
-RC_SCRIPT_NAME= openssh${RC_SUBR_SUFFIX}
+RC_SCRIPT_NAME= openssh
post-extract:
.if defined(OPENSSH_SNAPSHOT)
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile
index 4b10c7612b37..4df7afd565de 100644
--- a/security/openvpn-devel/Makefile
+++ b/security/openvpn-devel/Makefile
@@ -38,8 +38,6 @@ SUB_LIST+= OSVERSION=${OSVERSION}
.include <bsd.port.pre.mk>
-SUB_LIST+= RCSFX=${RC_SUBR_SUFFIX}
-
.ifdef (LOG_OPENVPN)
CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN}
.endif
diff --git a/security/openvpn-devel/files/pkg-message.in b/security/openvpn-devel/files/pkg-message.in
index 5abc9aad90e0..68de324afdb5 100644
--- a/security/openvpn-devel/files/pkg-message.in
+++ b/security/openvpn-devel/files/pkg-message.in
@@ -1,6 +1,6 @@
### ------------------------------------------------------------------------
### Edit /etc/rc.conf[.local] to start OpenVPN automatically at system
-### startup. See %%PREFIX%%/etc/rc.d/openvpn%%RCSFX%% for details.
+### startup. See %%PREFIX%%/etc/rc.d/openvpn for details.
### ------------------------------------------------------------------------
### For compatibility notes when interoperating with older OpenVPN
### versions, please, see <http://openvpn.net/relnotes.html>
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile
index f1c5cf8d0007..8239c8c12887 100644
--- a/security/openvpn/Makefile
+++ b/security/openvpn/Makefile
@@ -36,8 +36,6 @@ SUB_LIST+= OSVERSION=${OSVERSION}
.include <bsd.port.pre.mk>
-SUB_LIST+= RCSFX=${RC_SUBR_SUFFIX}
-
.ifdef (LOG_OPENVPN)
CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN}
.endif
diff --git a/security/openvpn/files/pkg-message.in b/security/openvpn/files/pkg-message.in
index f79da215e039..57da107dbe67 100644
--- a/security/openvpn/files/pkg-message.in
+++ b/security/openvpn/files/pkg-message.in
@@ -1,6 +1,6 @@
### ------------------------------------------------------------------------
### Edit /etc/rc.conf[.local] to start OpenVPN automatically at system
-### startup. See %%PREFIX%%/etc/rc.d/openvpn%%RCSFX%% for details.
+### startup. See %%PREFIX%%/etc/rc.d/openvpn for details.
### ------------------------------------------------------------------------
### For compatibility notes when interoperating with older OpenVPN
### versions, please, see <http://openvpn.net/relnotes.html>
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile
index b13eca2c3972..2c659a637367 100644
--- a/security/openvpn20/Makefile
+++ b/security/openvpn20/Makefile
@@ -35,8 +35,6 @@ SUB_LIST+= OSVERSION=${OSVERSION}
.include <bsd.port.pre.mk>
-SUB_LIST+= RCSFX=${RC_SUBR_SUFFIX}
-
.ifdef (LOG_OPENVPN)
CFLAGS+= -DLOG_OPENVPN=${LOG_OPENVPN}
.endif
diff --git a/security/openvpn20/files/pkg-message.in b/security/openvpn20/files/pkg-message.in
index 4aec34fd990b..766203f9fc76 100644
--- a/security/openvpn20/files/pkg-message.in
+++ b/security/openvpn20/files/pkg-message.in
@@ -1,6 +1,6 @@
### ------------------------------------------------------------------------
### Edit /etc/rc.conf[.local] to start OpenVPN automatically at system
-### startup. See %%PREFIX%%/etc/rc.d/openvpn%%RCSFX%% for details.
+### startup. See %%PREFIX%%/etc/rc.d/openvpn for details.
### ------------------------------------------------------------------------
### For compatibility information, see <http://openvpn.net/relnotes.html>
### ------------------------------------------------------------------------