aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/syslog-ng39/files/pkg-message.in
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-06-29 07:53:04 +0800
committercy <cy@FreeBSD.org>2017-06-29 07:53:04 +0800
commit05ddf2221135d6afa23a45342c13c4f39fae2a7f (patch)
tree7400c0f9d842a77345f1dc03c6df5c384475e70d /sysutils/syslog-ng39/files/pkg-message.in
parenta7c1aa09aa362c154234a43ebd07b0c42843a3bb (diff)
downloadfreebsd-ports-gnome-05ddf2221135d6afa23a45342c13c4f39fae2a7f.tar.gz
freebsd-ports-gnome-05ddf2221135d6afa23a45342c13c4f39fae2a7f.tar.zst
freebsd-ports-gnome-05ddf2221135d6afa23a45342c13c4f39fae2a7f.zip
Syslog-ng 3.9 is no longer in development status. It has gone GA.
Diffstat (limited to 'sysutils/syslog-ng39/files/pkg-message.in')
-rw-r--r--sysutils/syslog-ng39/files/pkg-message.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/syslog-ng39/files/pkg-message.in b/sysutils/syslog-ng39/files/pkg-message.in
new file mode 100644
index 000000000000..36cb7e65a243
--- /dev/null
+++ b/sysutils/syslog-ng39/files/pkg-message.in
@@ -0,0 +1,29 @@
+
+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
+