From a3bb19858261a0432ef207ef4c3757e5c6d1bd2b Mon Sep 17 00:00:00 2001 From: wennmach Date: Tue, 15 Mar 2005 15:58:52 +0000 Subject: Update arla to 0.38. The update is necessary to support NetBSD-2.0. The update during the pkgsrc freeze has been approved by . Two patches have been provided by . Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386. Closes PR pkg/20906. --- net/arla/INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/arla/INSTALL') 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 -- cgit v1.2.3