summaryrefslogtreecommitdiff
path: root/news/inn/pkg/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/pkg/DEINSTALL')
-rw-r--r--news/inn/pkg/DEINSTALL12
1 files changed, 5 insertions, 7 deletions
diff --git a/news/inn/pkg/DEINSTALL b/news/inn/pkg/DEINSTALL
index f9ceac60cd5..6312685c0e8 100644
--- a/news/inn/pkg/DEINSTALL
+++ b/news/inn/pkg/DEINSTALL
@@ -1,18 +1,15 @@
#! /bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1 1998/09/05 03:21:12 garbled Exp $
-#
+# $NetBSD: DEINSTALL,v 1.2 1999/07/18 23:34:14 tron Exp $
case "$2" in
DEINSTALL) cat <<EOF
==========================================================================
-Note that the inn spool directory (/var/spool/news) and log directory
-(/usr/pkg/log) are NOT deleted by the pkg_delete process. Please remove
-these directories and all their contents manually, if they are no longer
-needed. Files in /usr/pkg/etc have not been deleted either, if you wish
-to remove them you will need to do so manually as well.
+Note that the inn data directory (@@INN_DATA_DIR@@) is NOT deleted during
+the package deinstallation. Please remove this directory and all its
+contents manually if it is no longer needed.
==========================================================================
@@ -20,3 +17,4 @@ EOF
;;
esac
+exit 0