freebsd-ports/security/dazuko/files/pkg-message.in
Emanuel Haupt d249704368 - Mark it BROKEN on ${OSVERSION} >= 700000
- Add a note to files/pkg-message.in about a possible bug
- Bump PORTREVISION

Notified by:	pointyhat via kris
Submitted by:	Jose Alonso Cardenas Marquez (maintainer)
2006-03-22 20:29:44 +00:00

26 lines
710 B
Text

################################################################################
1) Create device /dev/dazuko
* FreeBSD 4.x
# mknod /dev/dazuko c 33 0
* FreeBSD >= 5.x
It's not neccesary on modern FreeBSD systems
2) If you selected WITH_EXAMPLEC, you can test the module using files from:
%%EXAMPLESDIR%%/example
%%EXAMPLESDIR%%/example_mt
3) Do not load the module using /boot/loader.conf. It generates a page fault due
to a possible dazuko bug.
You could use /etc/rc.local for loading the module. For example, add the
following line to /etc/rc.local:
/sbin/kldload dazuko
################################################################################