07aa770cf2
- respect $CC - add NO_REGRESS - s/$LOCALBASE/$PREFIX and don't hardcode paths - lowercase MAINTAINER's email ok jasper@ sthen@ marco@ todd@ (MAINTAINER)
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
If you want to load this kernel module at boot time, add the following
|
|
lines to /etc/rc.securelevel :
|
|
|
|
if [ -r ${INSTDIR}/kqemu.o ]; then
|
|
echo ' kqemu'; /sbin/modload ${INSTDIR}/kqemu.o
|
|
fi
|
|
|
|
If you want a user to be able to use this module, add them to the group
|
|
_kqemu.
|