diff options
author | wennmach <wennmach@pkgsrc.org> | 2005-03-15 15:58:52 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2005-03-15 15:58:52 +0000 |
commit | 9f1c532d9b71873afe95eb95d0550d6c8fbe395a (patch) | |
tree | 8861d10442c9b9314085e82332ee85bc096292b1 /net/arla/INSTALL | |
parent | 2043ed3d1c2a8ca0d55b71c7d5ecd8f47967db7b (diff) | |
download | pkgsrc-9f1c532d9b71873afe95eb95d0550d6c8fbe395a.tar.gz |
Update arla to 0.38. The update is necessary to support NetBSD-2.0.
The update during the pkgsrc freeze has been approved by <wiz>.
Two patches have been provided by <christos>.
Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386.
Closes PR pkg/20906.
Diffstat (limited to 'net/arla/INSTALL')
-rw-r--r-- | net/arla/INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/arla/INSTALL b/net/arla/INSTALL index 3c38395d306..bbcccaa82d0 100644 --- a/net/arla/INSTALL +++ b/net/arla/INSTALL @@ -1,10 +1,10 @@ -# $NetBSD: INSTALL,v 1.1 2002/09/25 00:06:33 jlam Exp $ +# $NetBSD: INSTALL,v 1.2 2005/03/15 15:58:52 wennmach Exp $ case ${STAGE} in POST-INSTALL) - if [ ! -f /sbin/mount_xfs ]; then - ${ECHO} "Creating /sbin/mount_xfs" - ${LN} -s ${PKG_PREFIX}/sbin/mount_xfs /sbin/mount_xfs + 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 |