blob: c9dacc98a087fc1dce072660c8ab4bf677a79731 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
To start using rsyslogd(8), stop syslogd(8) if it is running and
add the following lines to rc.conf(5):
syslogd_enable="NO"
rsyslogd_enable="YES"
For best results, create a new configuration file
%%PREFIX%%/etc/rsyslog.conf rather than trying to re-use the original
/etc/syslog.conf -- the configuration file syntax has diverged over
time, and it's no longer anywhere near compatible.
The port will install an example configuration file which should
provide the same logging setup as the default /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"
EOM
}
]
|