summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog4-devel/files/pkg-message.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
commit08acf5c407242344b0047b8040900f52df620dde (patch)
tree49936ec28d8b2a4256959f13245d757df97e04bd /sysutils/rsyslog4-devel/files/pkg-message.in
parentUpgrade to version 2.4.0. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Diffstat (limited to 'sysutils/rsyslog4-devel/files/pkg-message.in')
-rw-r--r--sysutils/rsyslog4-devel/files/pkg-message.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/rsyslog4-devel/files/pkg-message.in b/sysutils/rsyslog4-devel/files/pkg-message.in
deleted file mode 100644
index 0366b0deaa24..000000000000
--- a/sysutils/rsyslog4-devel/files/pkg-message.in
+++ /dev/null
@@ -1,16 +0,0 @@
-===================================================================
-To start using rsyslogd(8), stop syslogd(8) if it's running and
-add the following lines to rc.conf(5):
- syslogd_enable="NO"
- rsyslogd_enable="YES"
-To avoid warnings about rsyslogd running in compatibility mode, add
-this:
- rsyslogd_flags="-c4"
-It's recommended to copy syslog.conf(5) to
-%%PREFIX%%/etc/rsyslog.conf and edit it there. Otherwise add
-this:
- rsyslogd_config="/etc/syslog.conf"
-newsyslog(8) has the path of syslogd's pid file hardcoded. To
-make it work seamlessly with rsyslog, add this:
- rsyslogd_pidfile="/var/run/syslog.pid"
-===================================================================