Date: Mon, 18 Dec 2000 22:36:19 -0600 (CST) From: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23637: Update ftp/proftpd update pkg-plist Message-ID: <20001219043619.A1205177E8F@leviathan.inethouston.com> Resent-Message-ID: <200012190440.eBJ4e4623019@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23637 >Category: ports >Synopsis: Update ftp/proftpd update 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: Mon Dec 18 20:40:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.2-STABLE i386 >Organization: RainTree Network Services >Environment: >Description: on uninstall proftpd.conf stays there, here is a fix to compare it to the default config >How-To-Repeat: >Fix: --- pkg-plist.orig Mon Dec 18 22:31:43 2000 +++ pkg-plist Mon Dec 18 22:33:02 2000 @@ -8,3 +8,4 @@ share/doc/proftpd/Configuration.html share/doc/proftpd/FAQ-config.html @dirrm share/doc/proftpd +@unexec if cmp -s %D/etc/proftpd.conf %D/etc/proftpd.conf.default; then rm -f %D/etc/proftpd.conf; fi >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?20001219043619.A1205177E8F>