diff options
author | pav <pav@FreeBSD.org> | 2007-07-29 06:28:08 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-29 06:28:08 +0800 |
commit | da987471ce3f722e0435445bfa960b6f52fe9027 (patch) | |
tree | 010baa0d1518908531f8791ac4ab36c302b07ff8 /sysutils/syslog-ng-devel | |
parent | 86f9412e61d94d2f40791620a05fcb7a126acfec (diff) | |
download | freebsd-ports-gnome-da987471ce3f722e0435445bfa960b6f52fe9027.tar.gz freebsd-ports-gnome-da987471ce3f722e0435445bfa960b6f52fe9027.tar.zst freebsd-ports-gnome-da987471ce3f722e0435445bfa960b6f52fe9027.zip |
- Correct the location of a configuration file
PR: ports/111462
Reported by: Brian A. Seklecki <bseklecki@collaborativefusion.com>
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
Diffstat (limited to 'sysutils/syslog-ng-devel')
-rw-r--r-- | sysutils/syslog-ng-devel/Makefile | 1 | ||||
-rw-r--r-- | sysutils/syslog-ng-devel/files/pkg-message.in | 8 | ||||
-rw-r--r-- | sysutils/syslog-ng-devel/files/syslog-ng.sh.in | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/syslog-ng-devel/Makefile b/sysutils/syslog-ng-devel/Makefile index 80db879aa2a8..322baf52f822 100644 --- a/sysutils/syslog-ng-devel/Makefile +++ b/sysutils/syslog-ng-devel/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-ng-devel/files/pkg-message.in b/sysutils/syslog-ng-devel/files/pkg-message.in index 10ee06b2da0a..3a30820d764f 100644 --- a/sysutils/syslog-ng-devel/files/pkg-message.in +++ b/sysutils/syslog-ng-devel/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-ng-devel/files/syslog-ng.sh.in b/sysutils/syslog-ng-devel/files/syslog-ng.sh.in index e3c0e335f70d..3f1f0ebac54a 100644 --- a/sysutils/syslog-ng-devel/files/syslog-ng.sh.in +++ b/sysutils/syslog-ng-devel/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 |