pkgsrc/net/ddclient/DEINSTALL
jlam eda6427002 Update net/ddclient to 3.6. Pkgsrc changes include:
- buildlink'ify
- use general INSTALL scripts as ddclient now requires a config file and
  can use a rc.d script to operate in daemon mode

Changes from version 2.3.2 include:

- bug fixes
- new ddclient.conf format
- rewritten to support DynDNS's NIC2 and other dynamic DNS services:
-   added EasyDNS (easydns.com)
-   added Hammernode (hn.org)
-   added ZoneEdit (zoneedit.com)
-   added DSLreports (dslreports.com) host monitoring
- added support for obtaining IP addresses from :
-   interfaces, commands, web, external commands, routers
- added daemon mode
- added logging msgs to syslog and e-mail
- add detection of SIGHUP. When this signal is received, ddclient will
  wake up immediately, reload it's configuration file, and update
  the IP addresses if necessary.
2001-12-09 19:55:35 +00:00

11 lines
160 B
Text

# $NetBSD: DEINSTALL,v 1.1 2001/12/09 19:55:35 jlam Exp $
case ${STAGE} in
DEINSTALL)
;;
POST-DEINSTALL)
${RM} -f @PKG_SYSCONFDIR@/ddclient.cache
;;
esac