aboutsummaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-28 22:28:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-28 22:28:08 +0000
commit357243dd725b5b41862a2a3d5ed60830803efb18 (patch)
tree8f223f28f8894cd5711d166504d61407fc24e118 /sysutils/syslog-ng2
parent184de5f7db60eb8d50037d159a01dd2ea27a9388 (diff)
downloadports-357243dd725b5b41862a2a3d5ed60830803efb18.tar.gz
ports-357243dd725b5b41862a2a3d5ed60830803efb18.zip
Notes
Diffstat (limited to 'sysutils/syslog-ng2')
-rw-r--r--sysutils/syslog-ng2/Makefile1
-rw-r--r--sysutils/syslog-ng2/files/pkg-message.in8
-rw-r--r--sysutils/syslog-ng2/files/syslog-ng.sh.in2
3 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/syslog-ng2/Makefile b/sysutils/syslog-ng2/Makefile
index 80db879aa2a8..322baf52f822 100644
--- a/sysutils/syslog-ng2/Makefile
+++ b/sysutils/syslog-ng2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= syslog-ng
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.balabit.com/downloads/syslog-ng/2.0/src/
diff --git a/sysutils/syslog-ng2/files/pkg-message.in b/sysutils/syslog-ng2/files/pkg-message.in
index 10ee06b2da0a..3a30820d764f 100644
--- a/sysutils/syslog-ng2/files/pkg-message.in
+++ b/sysutils/syslog-ng2/files/pkg-message.in
@@ -2,8 +2,12 @@
syslog-ng is now installed! To replace FreeBSD's standard syslogd
(/usr/sbin/syslogd), complete these steps:
-1. Create a configuration file named %%PREFIX%%/etc/syslog-ng/syslog-ng.conf
- (a sample named syslog-ng.conf.sample has been included)
+1. Create a configuration file named %%PREFIX%%/etc/syslog-ng.conf
+ (a sample named syslog-ng.conf.sample has been included in
+ %%PREFIX%%/etc/syslog-ng). Note that this is a change in 2.0.2
+ version, previous ones put the config file in
+ %%PREFIX%%/etc/syslog-ng/syslog-ng.conf, so if this is an update
+ move that file in the right place
2. Configure syslog-ng to start automatically by adding the following
to /etc/rc.conf:
diff --git a/sysutils/syslog-ng2/files/syslog-ng.sh.in b/sysutils/syslog-ng2/files/syslog-ng.sh.in
index e3c0e335f70d..3f1f0ebac54a 100644
--- a/sysutils/syslog-ng2/files/syslog-ng.sh.in
+++ b/sysutils/syslog-ng2/files/syslog-ng.sh.in
@@ -24,7 +24,7 @@ name=syslog_ng
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/syslog-ng
-required_files=%%PREFIX%%/etc/syslog-ng/syslog-ng.conf
+required_files=%%PREFIX%%/etc/syslog-ng.conf
extra_commands=reload
if checkyesno syslog_ng_purgeklog; then