summaryrefslogtreecommitdiff
path: root/misc/jitterbug/pkg/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'misc/jitterbug/pkg/DEINSTALL')
-rw-r--r--misc/jitterbug/pkg/DEINSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/jitterbug/pkg/DEINSTALL b/misc/jitterbug/pkg/DEINSTALL
index 737a7105c84..9c1cf480707 100644
--- a/misc/jitterbug/pkg/DEINSTALL
+++ b/misc/jitterbug/pkg/DEINSTALL
@@ -1,11 +1,10 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.2 2000/09/12 17:23:02 wennmach Exp $
+# $NetBSD: DEINSTALL,v 1.3 2001/03/01 19:07:52 jlam Exp $
JB_USER=@JB_USER@
JB_GROUP=@JB_GROUP@
JB_PACKAGE=@JB_PACKAGE@
-PREFIX=@PREFIX@
PKG=$1
STAGE=$2
@@ -18,7 +17,7 @@ fi
echo "If you are removing jitterbug permanently, you may wish to"
echo " - remove user ${JB_USER}"
echo " - remove group ${JB_GROUP}"
-echo " - remove entries in your httpd.conf (usually ${PREFIX}/etc/httpd/httpd.conf)"
+echo " - remove entries in your httpd.conf (usually ${PKG_PREFIX}/etc/httpd/httpd.conf)"
echo " - remove mail alias for ${JB_PACKAGE}-bugs in your mail aliases"
echo " (typically /etc/aliases or /etc/mail/aliases)"
echo " and run \`newaliases' (if you use sendmail)"