diff options
author | wennmach <wennmach> | 2005-03-15 15:58:52 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2005-03-15 15:58:52 +0000 |
commit | a3bb19858261a0432ef207ef4c3757e5c6d1bd2b (patch) | |
tree | 8861d10442c9b9314085e82332ee85bc096292b1 /net/arla/INSTALL | |
parent | 824ad1c1680ee26ec5c39dc066633d5c83416fb4 (diff) | |
download | pkgsrc-a3bb19858261a0432ef207ef4c3757e5c6d1bd2b.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 |