pkgsrc-wip/arla-3.99.14/INSTALL
Ola Eriksson bcbd6defb0 Please see pkgsrc/net/arla for more details on the Arla-project.
Since NetBSD 3.99.14 when the ktrace-lwp branch was merged with HEAD, the
lkm-part of Arla broke and would not compile.

This is an attempt to adapt the Arla package to work with NetBSD 3.99.14
and beyond. If everything works out with this package, I will send-pr fixes
to have these patches included in pkgsrc/net/arla within a near future!

Please report any errors or problems to ola<-at->mreriksson.net!
2006-01-13 15:51:47 +00:00

24 lines
804 B
Text

# $NetBSD: INSTALL,v 1.1.1.1 2006/01/13 15:51:47 mreriksson Exp $
case ${STAGE} in
POST-INSTALL)
if [ ! -f /sbin/mount_nnpfs ]; then
${ECHO} "Creating /sbin/mount_nnpfs"
${LN} -s ${PKG_PREFIX}/sbin/mount_nnpfs /sbin/mount_nnpfs
fi
if [ "${PKG_SYSCONFDIR}" != "${PKG_PREFIX}/etc" ]; then
if [ -f ${PREFIX}/etc/arla.conf ]; then
${CAT} << EOF
===========================================================================
========================
=== IMPORTANT NOTICE ===
========================
The default location of the arla configuration files has changed.
Please move them from ${PKG_PREFIX}/etc to /etc.
===========================================================================
EOF
fi
fi
;;
esac