From 900531be02031d460aa67f30419e11b88f4793a5 Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 27 Mar 2010 06:14:03 +0000 Subject: 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. --- security/openssh-portable/Makefile | 2 +- security/openvpn-devel/Makefile | 2 -- security/openvpn-devel/files/pkg-message.in | 2 +- security/openvpn/Makefile | 2 -- security/openvpn/files/pkg-message.in | 2 +- security/openvpn20/Makefile | 2 -- security/openvpn20/files/pkg-message.in | 2 +- 7 files changed, 4 insertions(+), 10 deletions(-) (limited to 'security') 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 -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 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 -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 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 -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 ### ------------------------------------------------------------------------ -- cgit