2d702b0153
PLIST and delete everything under the @sample'd directory instead of the directory itself to prevent a warning from pkg_delete(1) trying to remove a non existing directory and to help preventing left-over files and directories. |
||
---|---|---|
.. | ||
DESCR | ||
PFRAG.shared | ||
PLIST | ||
README |
$OpenBSD: README,v 1.1 2010/11/16 10:11:51 jasper Exp $ 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