Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 16:27:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400033 - head/dns/pdnsd
Message-ID:  <201510231627.t9NGRYd0032835@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Oct 23 16:27:34 2015
New Revision: 400033
URL: https://svnweb.freebsd.org/changeset/ports/400033

Log:
  - Implement clean deinstallation
  
  PR:		203466
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (ashish, 2 weeks)

Added:
  head/dns/pdnsd/pkg-deinstall   (contents, props changed)

Added: head/dns/pdnsd/pkg-deinstall
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/pdnsd/pkg-deinstall	Fri Oct 23 16:27:34 2015	(r400033)
@@ -0,0 +1,6 @@
+#!/bin/sh
+PDNSDB=/var/db/pdnsd
+
+if [ "$2" = "DEINSTALL" ] ; then
+	rm -f ${PDNSDB}/pdnsd.cache
+fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510231627.t9NGRYd0032835>