diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-10-23 06:12:45 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-10-23 06:12:45 +0000 |
commit | 9a3084cd38a1bec926eade0b206d44c2be2f7eee (patch) | |
tree | 1b77369535d6c3fbdb8ee4bdc0aa778f1ae9aad4 /sysutils/syslog-ng/files/pkg-message.in | |
parent | Update to 2014i: (diff) |
Move sysutils/syslog-ng (3.5.6) to syslog-ng35 in preparation for the new
syslog-ng 3.6.1 which will become sysutils/syslog-ng.
Notes
Notes:
svn path=/head/; revision=371374
Diffstat (limited to 'sysutils/syslog-ng/files/pkg-message.in')
-rw-r--r-- | sysutils/syslog-ng/files/pkg-message.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/syslog-ng/files/pkg-message.in b/sysutils/syslog-ng/files/pkg-message.in deleted file mode 100644 index 2b5582660897..000000000000 --- a/sysutils/syslog-ng/files/pkg-message.in +++ /dev/null @@ -1,29 +0,0 @@ - -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.conf - (a sample named syslog-ng.conf.sample has been included in - %%PREFIX%%/etc). 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: - - 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 start - |