pkgsrc/net/whoson/DEINSTALL
abs a5069d8d72 Importwhoson-2.03
Whoson ("WHO iS ONline") is a proposed Internet protocol that allows
Internet server programs know if a particular (dynamically allocated)
IP address is currently allocated to a known (trusted) user and,
optionally, the identity of the said user.

The protocol could be used by an SMTP Message Transfer System in
conjunction with anti-spam-relaying filters to implement a scheme
similar to the one described here to allow roaming customers use
their "home" SMTP server to submit email while connected from a
"foreign" network.
2004-10-11 16:51:54 +00:00

9 lines
147 B
Text

# $NetBSD: DEINSTALL,v 1.1.1.1 2004/10/11 16:51:54 abs Exp $
CHROOTDIR="@CHROOTDIR@"
case ${STAGE} in
DEINSTALL)
${RMDIR} ${CHROOTDIR}
;;
esac