From ben@scientia.demon.co.uk  Mon May 29 14:24:23 2000
Return-Path: <ben@scientia.demon.co.uk>
Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13])
	by hub.freebsd.org (Postfix) with ESMTP id 5A8DF37BCFD
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 May 2000 14:24:16 -0700 (PDT)
	(envelope-from ben@scientia.demon.co.uk)
Received: from lithium.scientia.demon.co.uk ([192.168.91.35] ident=root)
	by scientia.demon.co.uk with esmtp (Exim 3.12 #1)
	id 12wWTQ-00004e-00 for FreeBSD-gnats-submit@freebsd.org;
	Mon, 29 May 2000 21:49:20 +0100
Received: (from ben@localhost)
	by lithium.scientia.demon.co.uk (8.9.3/8.9.3) id VAA54863;
	Mon, 29 May 2000 21:44:48 +0100 (BST)
	(envelope-from ben)
Message-Id: <200005292044.VAA54863@lithium.scientia.demon.co.uk>
Date: Mon, 29 May 2000 21:44:48 +0100 (BST)
From: Ben Smithurst <ben@scientia.demon.co.uk>
Reply-To: ben@scientia.demon.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: 44bsd-csh port's PLIST broken
X-Send-Pr-Version: 3.2

>Number:         18893
>Category:       ports
>Synopsis:       44bsd-csh port's PLIST broken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 29 14:30:00 PDT 2000
>Closed-Date:    Fri Nov 10 11:47:41 PST 2000
>Last-Modified:  Fri Nov 10 11:48:04 PST 2000
>Originator:     Ben Smithurst
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

>Description:

This port's package list is broken in two ways:

 * @dirrm share/doc/44bsd-csh not present.
 * The wrong file is added to /etc/shells when using pkg_add because of
   ordering in PLIST.

>How-To-Repeat:

Install then remove the port, note that $PREFIX/share/doc/44bsd-csh is still
there.

Add the port from package, note the strange "shell" added to /etc/shells.

>Fix:

Index: pkg/PLIST
===================================================================
RCS file: /usr/cvs/ports/shells/44bsd-csh/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST	2000/04/15 04:26:42	1.1.1.1
+++ pkg/PLIST	2000/05/29 20:36:46
@@ -1,4 +1,5 @@
 bin/44bsd-csh
-share/doc/44bsd-csh/paper.ascii.gz
 @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
 @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
+share/doc/44bsd-csh/paper.ascii.gz
+@dirrm share/doc/44bsd-csh

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->obrien 
Responsible-Changed-By: will 
Responsible-Changed-When: Mon May 29 14:37:19 PDT 2000 
Responsible-Changed-Why:  
Over to MAINTAINER. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18893 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Fri Nov 10 11:47:41 PST 2000 
State-Changed-Why:  
fixed 

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