head	1.3;
access;
symbols
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2005.05.13.08.16.39;	author jylefort;	state dead;
branches;
next	1.2;

1.2
date	2004.04.01.16.36.28;	author eik;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.03.06.43.06;	author glewis;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.85 [1]
- Fix syntax of "extern C" wrappers in .h files [2]
- Use SUB_FILES facility
- Polish the Makefile

PR:		ports/80947
Submitted by:	maintainer [1], Milan Obuch <ports-bugs@@dino.sk> [2]
@
text
@#!/bin/sh
# $FreeBSD: ports/security/clamav/pkg-deinstall,v 1.2 2004/04/01 16:36:28 eik Exp $

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

CLAMAVUSER=%%CLAMAVUSER%%

if pw usershow "${CLAMAVUSER}" 2>/dev/null 1>&2; then
	echo "To delete ${CLAMAVUSER} user permanently, use 'pw userdel \"${CLAMAVUSER}\"'"
fi
exit 0
@


1.2
log
@Update to clamav 0.70

- new thread manager (with better SMP support)
- new switch ArchiveDetectEncrypted
- new directive: ArchiveDetectEncrypted
- see /usr/local/share/doc/clamav/NEWS
- install html documentation to /usr/local/share/doc/clamav/html

added CLAMAVUSER/CLAMAVGROUP support

Adopted the port to ensure timely fixes in case I broke something :P
Please reset the maintainer if TERAMOTO Masahiro shows up again.
@
text
@d2 1
a2 1
# $FreeBSD: ports/security/clamav/pkg-deinstall,v 1.1 2004/02/03 06:43:06 glewis Exp $
@


1.1
log
@. Add a pkg-deinstall script telling people how they can get rid of the
  clamav user permanently if they wish to.
@
text
@d2 1
a2 1
# $FreeBSD$
d8 1
a8 1
USER=clamav
d10 2
a11 2
if pw usershow "${USER}" 2>/dev/null 1>&2; then
	echo "To delete ${USER} user permanently, use 'pw userdel \"${USER}\"'"
@

