openbsd-ports/security/prelude/lml/pkg
2011-06-02 13:41:36 +00:00
..
DESCR
PFRAG.shared
PLIST Sanitize some @unexec/@extraunexec calls to rm: move them up in the 2011-05-11 08:24:40 +00:00
README Add a consistent header that substitutes FULLPKGNAME for the READMEs. 2011-06-02 13:41:36 +00:00

$OpenBSD: README,v 1.2 2011/06/02 13:41:40 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on 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 ${TRUEPREFIX}/bin/prelude-lml ]; then
	echo -n ' prelude-lml'; ${TRUEPREFIX}/bin/prelude-lml -d
fi