From 2494062a9d4a945e232d860e7f2f865b9cee47fc Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 30 May 2007 06:42:40 +0000 Subject: - Update MASTER_SITES - Pass maintainership to submitter PR: 113083 Submitted by: Lars Engels --- sysutils/syslog-ng/files/pkg-message.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sysutils/syslog-ng/files/pkg-message.in (limited to 'sysutils/syslog-ng/files') diff --git a/sysutils/syslog-ng/files/pkg-message.in b/sysutils/syslog-ng/files/pkg-message.in new file mode 100644 index 000000000000..be772e96dd4a --- /dev/null +++ b/sysutils/syslog-ng/files/pkg-message.in @@ -0,0 +1,25 @@ + +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) + +2. Configure syslog-ng to start automatically by adding the following + to /etc/rc.conf: + + syslog_ng_enable="YES" + +3. Prevent the standard FreeBSD syslogd from starting automatically by + adding a line to the end of your /etc/rc.conf file that reads: + + syslogd_enable="NO" + +4. Shut down the standard FreeBSD syslogd: + + kill `cat /var/run/syslog.pid` + +5. Start syslog-ng: + + %%PREFIX%%/etc/rc.d/syslog-ng.sh start + -- cgit v1.2.3