summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng3-devel/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/syslog-ng3-devel/files/pkg-message.in')
-rw-r--r--sysutils/syslog-ng3-devel/files/pkg-message.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/syslog-ng3-devel/files/pkg-message.in b/sysutils/syslog-ng3-devel/files/pkg-message.in
new file mode 100644
index 000000000000..10ee06b2da0a
--- /dev/null
+++ b/sysutils/syslog-ng3-devel/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%%RC_SUBR_SUFFIX%% start
+