summaryrefslogtreecommitdiff
path: root/sysutils/xcdroast/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xcdroast/INSTALL')
-rw-r--r--sysutils/xcdroast/INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/xcdroast/INSTALL b/sysutils/xcdroast/INSTALL
new file mode 100644
index 00000000000..800ff036a84
--- /dev/null
+++ b/sysutils/xcdroast/INSTALL
@@ -0,0 +1,20 @@
+# $NetBSD: INSTALL,v 1.1 2002/09/26 12:29:55 jlam Exp $
+
+case ${STAGE} in
+POST-INSTALL)
+ if [ "${PKG_SYSCONFDIR}" != "${PKG_PREFIX}/etc" ]; then
+ if [ -f ${PREFIX}/etc/xcdroast.conf ]; then
+ ${CAT} << EOF
+===========================================================================
+ ========================
+ === IMPORTANT NOTICE ===
+ ========================
+
+ The default location of the xcdroast configuration files has changed.
+ Please move them from ${PKG_PREFIX}/etc to /etc.
+===========================================================================
+EOF
+ fi
+ fi
+ ;;
+esac