head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	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
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.05.57.31;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.17.06.04.20;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.23.11.12.19;	author nbm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@#!/bin/sh
# $FreeBSD: head/ftp/vsftpd/pkg-deinstall 300896 2012-07-14 13:54:48Z beat $
#

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

USER=ftp

if pw usershow "${USER}" 2>/dev/null 1>&2; then
        echo "To delete FTP user permanently, use 'pw userdel ${USER}'"
        echo "Don't do this if you're using FreeBSD's anonymous FTP server"
fi

exit 0
@


1.2
log
@- Fix pkg-install call script from the Makefile
- Fix pkg-deinstall doesn't match the user used by pkg-install.
- Fix comment at top of vsftpd.conf
- Add commented-out versions of listen=YES and background=YES
  to match the rcNG script's expectations.
- Add missing documentation on how to configure vsftpd to rcNG script.
- Fix two typos in rcNG script.
PR:		130509
Submitted by:	Matthias Andree

- small cleanups
- fix escaping in  rcNG script.
@
text
@d2 1
a2 1
# $FreeBSD: ports/ftp/vsftpd/pkg-deinstall,v 1.1 2002/03/23 11:12:19 nbm Exp $
@


1.1
log
@Make port more verbose about creating users and what users to remove if
no longer necessary.

PR:		28179
Submitted by:	Rob Simmons <rsimmons@@beanweevil.wlcg.com>
@
text
@d2 1
a2 1
# $FreeBSD$
d9 1
a9 1
USER=vsftpd
@

