summaryrefslogtreecommitdiff
path: root/java/jboss3/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'java/jboss3/pkg-deinstall')
-rw-r--r--java/jboss3/pkg-deinstall12
1 files changed, 1 insertions, 11 deletions
diff --git a/java/jboss3/pkg-deinstall b/java/jboss3/pkg-deinstall
index 0130c20f31fc..719f7100134e 100644
--- a/java/jboss3/pkg-deinstall
+++ b/java/jboss3/pkg-deinstall
@@ -5,10 +5,7 @@
# * Checks if the JBoss PID file exists. If it does, it kills the
# JBoss process and removes the PID file.
#
-# * Checks if the 'www' user exists. If it does, then it displays
-# a message.
-#
-# $FreeBSD: /tmp/pcvs/ports/java/jboss3/Attic/pkg-deinstall,v 1.1 2002-04-26 21:54:15 znerd Exp $
+# $FreeBSD: /tmp/pcvs/ports/java/jboss3/Attic/pkg-deinstall,v 1.2 2003-07-14 10:03:13 des Exp $
#
# Make sure we're in the right stage of the process
@@ -35,11 +32,4 @@ if [ "$2" = "DEINSTALL" ]; then
fi
fi
-if [ "$2" = "POST-DEINSTALL" ]; then
- # If the user exists, then display a message
- if pw usershow "www" 2>/dev/null 1>&2; then
- echo "To delete the www user permanently, use 'pw userdel www'"
- fi
-fi
-
exit 0