diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-27 14:14:03 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-27 14:14:03 +0800 |
commit | 900531be02031d460aa67f30419e11b88f4793a5 (patch) | |
tree | 9fb7f57b501618cde2fc6c63cd6fb55ac800c0a6 /security | |
parent | 8e271e9fa1cec635d3e517862641269e59a0d241 (diff) | |
download | freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.gz freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.zst freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.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/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn-devel/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn-devel/files/pkg-message.in | 2 | ||||
-rw-r--r-- | security/openvpn/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn/files/pkg-message.in | 2 | ||||
-rw-r--r-- | security/openvpn20/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn20/files/pkg-message.in | 2 |
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> ### ------------------------------------------------------------------------ |