From root@inethouston.net  Tue Dec 19 15:15:32 2000
Return-Path: <root@inethouston.net>
Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146])
	by hub.freebsd.org (Postfix) with ESMTP id 3E9DC37B69C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Dec 2000 15:15:32 -0800 (PST)
Received: by leviathan.inethouston.com (Postfix, from userid 0)
	id 025DC177EC2; Tue, 19 Dec 2000 17:16:31 -0600 (CST)
Message-Id: <20001219231631.025DC177EC2@leviathan.inethouston.com>
Date: Tue, 19 Dec 2000 17:16:31 -0600 (CST)
From: dwcjr@inethouston.net
Sender: root@inethouston.net
Reply-To: dwcjr@inethouston.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update security/portsentry add portsentry.conf to pkg-plist
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 15:20:03 PST 2000
>Closed-Date:    Thu Dec 21 11:42:14 PST 2000
>Last-Modified:  Thu Dec 21 11:42:30 PST 2000
>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:

From: Will Andrews <will@physics.purdue.edu>
To: dan@freebsddiary.org
Cc: FreeBSD-gnats-submit@FreeBSD.org, dwcjr@inethouston.net
Subject: Re: ports/23659: Update security/portsentry add portsentry.conf to pkg-plist
Date: Thu, 21 Dec 2000 04:48:46 -0500

 What do you think, Dan?
 
 -- 
 wca
 

From: "Dan Langille" <dan@langille.org>
To: Will Andrews <will@physics.purdue.edu>
Cc: FreeBSD-gnats-submit@FreeBSD.org, dwcjr@inethouston.net
Subject: Re: ports/23659: Update security/portsentry add portsentry.conf to pkg-plist
Date: Fri, 22 Dec 2000 06:19:14 +1300

  On 21 Dec 2000, at 4:48, Will Andrews wrote:
 
 > What do you think, Dan?
 
 Damn fine idea.
 
 --
 Dan Langille
 The FreeBSD Diary - http://www.freebsddiary.org/
           NZ ADSL - http://www.unixathome.org/adsl/
      NZ Broadband - http://www.unixathome.org/broadband/
 
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Thu Dec 21 11:42:14 PST 2000 
State-Changed-Why:  
Committed after approval by maintainer, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23659 
>Unformatted:
