summaryrefslogtreecommitdiff
path: root/net/arla/INSTALL
blob: 3c38395d30692de80035b596de8f0dcd23906d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: INSTALL,v 1.1 2002/09/25 00:06:33 jlam 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
	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