summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog4-devel/files/pkg-message.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-11-14 12:33:33 +0000
commitcc415305a049ca523f2a8cf674009fa77c54fee6 (patch)
tree6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /sysutils/rsyslog4-devel/files/pkg-message.in
parent- Now fix to use this port on !i386. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.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 fd027fff9592..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="-c3"
-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"
-===================================================================