#!/bin/sh# $FreeBSD: /tmp/pcvs/ports/ftp/vsftpd-ext/pkg-deinstall,v 1.1 2009-06-16 03:53:39 pgollucci Exp $#if["$2"!="POST-DEINSTALL"];thenexit0fi
USER=ftpif pw usershow "${USER}"2>/dev/null 1>&2;thenecho"To delete FTP user permanently, use 'pw userdel${USER}'"echo"Don't do this if you're using FreeBSD's anonymous FTP server"fiexit0