aboutsummaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng2
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-03-27 06:14:03 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-03-27 06:14:03 +0000
commit86922094aa9bd1c4cf44f8627e61e9ca5130e177 (patch)
tree9a375da009df1bddc9cdcf19809b17f1e3ac3cc7 /sysutils/syslog-ng2
parent61dba4e9e5307bce718034b8002ddeb66374c522 (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 'sysutils/syslog-ng2')
-rw-r--r--sysutils/syslog-ng2/Makefile1
-rw-r--r--sysutils/syslog-ng2/files/pkg-message.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/syslog-ng2/Makefile b/sysutils/syslog-ng2/Makefile
index d921c93286dd..bd8b786ce124 100644
--- a/sysutils/syslog-ng2/Makefile
+++ b/sysutils/syslog-ng2/Makefile
@@ -24,7 +24,6 @@ USE_RC_SUBR= syslog-ng.sh
GNU_CONFIGURE= yes
USE_GNOME= glib20
SUB_FILES= pkg-message
-SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
diff --git a/sysutils/syslog-ng2/files/pkg-message.in b/sysutils/syslog-ng2/files/pkg-message.in
index 3a30820d764f..7be559337413 100644
--- a/sysutils/syslog-ng2/files/pkg-message.in
+++ b/sysutils/syslog-ng2/files/pkg-message.in
@@ -25,5 +25,5 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd
5. Start syslog-ng:
- %%PREFIX%%/etc/rc.d/syslog-ng%%RC_SUBR_SUFFIX%% start
+ %%PREFIX%%/etc/rc.d/syslog-ng start