summaryrefslogtreecommitdiff
path: root/net/nocol/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'net/nocol/DEINSTALL')
-rwxr-xr-xnet/nocol/DEINSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nocol/DEINSTALL b/net/nocol/DEINSTALL
index 5329f1709f7..5e7a5b3e203 100755
--- a/net/nocol/DEINSTALL
+++ b/net/nocol/DEINSTALL
@@ -1,13 +1,13 @@
#! /bin/sh
#
-# $NetBSD: DEINSTALL,v 1.2 2003/05/01 16:00:38 jmmv Exp $
+# $NetBSD: DEINSTALL,v 1.3 2003/05/06 17:42:13 jmmv Exp $
#
case "$2" in
DEINSTALL) cat <<EOF
---------------------------------------------------------------------------
-Data files and messages created by nocol are stored in /var/run/msgs and
+Data files and messages created by nocol are stored in /var/run/msgs and
/var/run/data. You may want to remove these directories manually if you
don't need them any longer:
@@ -18,6 +18,6 @@ For further information look at $PKG_PREFIX/share
EOF
;;
-esac
+esac
exit 0