diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 06:14:03 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-27 06:14:03 +0000 |
commit | 86922094aa9bd1c4cf44f8627e61e9ca5130e177 (patch) | |
tree | 9a375da009df1bddc9cdcf19809b17f1e3ac3cc7 /security/openvpn20 | |
parent | Standardize the rc.d script (diff) |
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.
Notes
Notes:
svn path=/head/; revision=251570
Diffstat (limited to 'security/openvpn20')
-rw-r--r-- | security/openvpn20/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn20/files/pkg-message.in | 2 |
2 files changed, 1 insertions, 3 deletions
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> ### ------------------------------------------------------------------------ |