ports/136151 removes ".include <bsd.port.pre.mk>" and ".include <bsd.port.post.mk>" So when you upgrade the port your amavisd.conf is overwriten. install -o root -g vscan -m 640 /usr/ports/security/amavisd-new/work/amavisd-new-2.6.4/amavisd.conf /usr/local/etc Fix: Re-add ".include <bsd.port.pre.mk>" and ".include <bsd.port.post.mk>" Patch attached with submission follows: How-To-Repeat: # cp /usr/local/etc/amavisd.conf /usr/local/etc/amavisd.conf.bak # cd /usr/ports/security/amavisd-new/ # make deinstall ===> Deinstalling for security/amavisd-new ===> Deinstalling amavisd-new-2.6.4_2,1 You should manually remove the "vscan" group. You should manually remove the "vscan" user. You should manually remove the "/var/amavis" directory. You should manually remove the "/var/virusmails" directory. # ls -la /usr/local/etc/amavisd.conf -rw-r----- 1 root vscan 10649 13 sep 23:11 /usr/local/etc/amavisd.conf # make install clean # ls -la /usr/local/etc/amavisd.conf -rw-r----- 1 root vscan 34880 14 sep 07:03 /usr/local/etc/amavisd.conf
Responsible Changed From-To: freebsd-ports-bugs->gabor Over to maintainer (via the GNATS Auto Assign Tool)
Hi! I have sent the wrong file. The correct one is attached. - Herbert
gabor 2009-09-17 21:31:11 UTC FreeBSD ports repository Modified files: security/amavisd-new Makefile Log: - Don't overwrite edited configuration file PR: ports/138801 Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> Feature safe: yes Revision Changes Path 1.74 +3 -1 ports/security/amavisd-new/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed, thanks!