Summary: | [PATCH] dns/unbound: Forcibly deletes /var/run/unbound on deinstall | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ollivier Robert <roberto> | ||||
Component: | Individual Port(s) | Assignee: | Sergey Matveychuk <sem> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | Keywords: | easy, patch, patch-ready | ||||
Priority: | Normal | Flags: | bugzilla:
maintainer-feedback?
(sem) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Auto-assigned to maintainer sem@FreeBSD.org I don't agree with the patch. I'll change @exec rm... with @dirrmtry macro. OK. I see it's obsolated. So you're right, I'll remove the line. Thanks A commit references this bug: Author: sem Date: Wed Dec 10 13:44:52 UTC 2014 New revision: 374456 URL: https://svnweb.freebsd.org/changeset/ports/374456 Log: - Do not remove /var/run/unbound for smooth upgrading. PR: 195846 Submitted by: roberto Changes: head/dns/unbound/Makefile head/dns/unbound/pkg-plist |
Created attachment 150424 [details] Diff to remove the bad line. pkg-plist has that line at the end: @unexec rm -fr /var/run/unbound which means that overtime you upgrade the package, you lose unbound.pid for the currently running binary.