openbsd-ports/security/prelude/lml/files
aanriot dc0bacaa1b - add an advised rc.local entry in README.OpenBSD.
- also check maillog, secure, and error_log by default.
- regen patches.
- bump PKGNAME.
2006-11-11 19:26:48 +00:00
..
README.OpenBSD

To start with prelude-lml, you have to create a starting profile,
e.g. "prelude-lml" by running on the manager side:

# prelude-adduser registration-server prelude-manager \
	--uid=564 --gid=564

and on the sensor side:

# prelude-adduser register prelude-lml "idmef:w" \
	<manager address> --uid 564 --gid 564

To start prelude-lml at boot-time, you could use:

if [ -x ${LOCALBASE}/bin/prelude-lml ]; then
	echo -n ' prelude-lml'; ${LOCALBASE}/bin/prelude-lml -d
fi