head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.02.16.46.22;	author nivit;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.21.12.19.05;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2002.08.31.11.25.50;	author netchild;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@#!/bin/sh
#
# $FreeBSD: head/www/interchange/pkg-deinstall 300897 2012-07-14 14:29:18Z beat $
#

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

USER=interch

# Don't delete it, there may be ${USER} owned files around.
pw usershow "${USER}" >/dev/null 2>&1 \
	&& echo -e "\n\
* To clean up the Interchange from your filesystem,
* run 'rm -fr ${PKG_PREFIX}/interchange'
* and 'rm -fr /var/run/interchange'
*
* To delete the user '${USER}' permanently,
* use 'pw userdel ${USER}'.\n"

exit 0
@


1.3
log
@- Updated to 5.4.1
- Added files/interchange.sh.in
- Removed files/interchange.sh

PR:		ports/108665
Submitted by:	loader <loader at freebsdmall.com> (maintainer)
Approved by:	alexbl (mentor, implicit)
@
text
@d3 1
a3 1
# $FreeBSD: ports/www/interchange/pkg-deinstall,v 1.2 2005/09/21 12:19:05 sem Exp $
@


1.2
log
@- Update to 5.2.0
- OPTIONSfy
- Pass maintainership to submitter

PR:		ports/86204
Submitted by:	loader <loader@@freebsdmall.com>
@
text
@d3 1
a3 1
# $FreeBSD: ports/www/interchange/pkg-deinstall,v 1.1 2002/08/31 11:25:50 netchild Exp $
d14 7
a20 3
	&& echo -e "*\n\
* To clean up the Interchange from your filesystem, run 'rm -fr ${PKG_PREFIX}/interchange.' \n\
* To delete the user '${USER}' permanently, use 'pw userdel ${USER}'.\n*"
@


1.1
log
@Add interchange 4.8.6, RedHat's database-enabled e-commerce server.

The committed port is an improved and updated version of the submitted one,
thanks to Stefan (Racke) Hornburg <racke@@linuxia.de> for his helpful hints
about some configure/build internals of interchange.

I decided to take over maintainership of this port for a while until someone
more responsive than the port submitter (no answer so far from him since I
decided to take over the PR) is interested in it or until I think the testing
period of this port is over.

PR:		41390
Submitted by:	Seth Kingsley <sethk@@meowfishies.com>
Thanks to:	Stefan (Racke) Hornburg <racke@@linuxia.de>
@
text
@d3 1
a3 1
# $FreeBSD$
d14 3
a16 1
	&& echo -e "*\n* To delete the user '${USER}' use 'pw userdel ${USER}'.\n*"
@

