Date: Tue, 19 Dec 2000 17:16:31 -0600 (CST) From: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23659: Update security/portsentry add portsentry.conf to pkg-plist Message-ID: <20001219231631.025DC177EC2@leviathan.inethouston.com> Resent-Message-ID: <200012192320.eBJNK3J88910@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23659 >Category: ports >Synopsis: Update security/portsentry add portsentry.conf to pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 19 15:20:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.2-STABLE i386 >Organization: RainTree Network Services >Environment: >Description: Detect if portsentry.conf hasn't been changed and delete on uninstall if true >How-To-Repeat: >Fix: --- pkg-plist.orig Tue Dec 19 17:14:48 2000 +++ pkg-plist Tue Dec 19 17:14:55 2000 @@ -1,4 +1,5 @@ bin/portsentry +@unexec if cmp -s %D/etc/portsentry.conf %D/etc/portsentry.conf.default; then rm -f %D/etc/portsentry.conf; fi etc/portsentry.conf.default @exec if [ ! -f %D/etc/portsentry.conf ] ; then cp -p %D/%F %B/portsentry.conf; fi etc/portsentry.ignore >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001219231631.025DC177EC2>