freebsd-ports/sysutils/msyslog/pkg-message
Sergey Matveychuk 1ebf65b052 - Update to 1.08g
- Simplify Makefile
- Add OPTIONS support
- Pass maintainership to submitter

PR:		ports/86151
Submitted by:	Andrej Zverev <az@inec.ru>
2005-09-15 12:01:48 +00:00

17 lines
644 B
Text

================================================================================
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) Stop the standard FreeBSD syslogd from starting automatically by putting this
in the end of /etc/rc.conf:
syslogd_enable="NO"
================================================================================