summaryrefslogtreecommitdiff
path: root/russian/apache13-modssl/pkg-deinstall
blob: 3cb094797a99ce0eb3e5a36c7a3f4e7dcc0acf03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# $FreeBSD: /tmp/pcvs/ports/russian/apache13-modssl/Attic/pkg-deinstall,v 1.2 2002-07-02 08:44:07 demon Exp $
#

if [ "$2" != "POST-DEINSTALL" ]; then
    exit 0
fi

USER=www

if pw usershow "${USER}" 2>/dev/null 1>&2; then
	echo "To delete Apache user permanently, use 'pw userdel ${USER}'"
fi

exit 0