summaryrefslogtreecommitdiff
path: root/sysutils/msyslog/files/pkg-message.in
blob: be1fdf32a38c2d354728fc6407fe37fe1506a7bb (plain)
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 replace FreeBSD's standard syslogd with msyslog, do this:

1) Create a configuration in %%PREFIX%%/etc/syslog.conf.
    See %%PREFIX%%/share/examples/msyslog for examples.

2) Set up a startup script in %%PREFIX%%/etc/rc.d.
    For your convinience, a msyslog.sh has been provided.
    put this in /etc/rc.conf

    msyslogd_enable="YES"

3) Pass right values from man pages to /etc/rc.conf for
    msyslogd_flags=""

4) Stop the standard FreeBSD syslogd from starting automatically by putting this
    in the end of /etc/rc.conf:

    syslogd_enable="NO"
EOM
}
]