summaryrefslogtreecommitdiff
path: root/net/arla/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/INSTALL')
-rw-r--r--net/arla/INSTALL24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/arla/INSTALL b/net/arla/INSTALL
new file mode 100644
index 00000000000..3c38395d306
--- /dev/null
+++ b/net/arla/INSTALL
@@ -0,0 +1,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