diff options
Diffstat (limited to 'java/jboss4/pkg-deinstall')
-rw-r--r-- | java/jboss4/pkg-deinstall | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/java/jboss4/pkg-deinstall b/java/jboss4/pkg-deinstall index 7b0a1564a9f7..26bcfc578eac 100644 --- a/java/jboss4/pkg-deinstall +++ b/java/jboss4/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/jboss4/Attic/pkg-deinstall,v 1.1 2002-04-26 21:54:15 znerd Exp $ +# $FreeBSD: /tmp/pcvs/ports/java/jboss4/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 |