From v072827@d3738.it.volvo.se  Wed Jan 12 14:53:51 2000
Return-Path: <v072827@d3738.it.volvo.se>
Received: from gate.volvo.se (gate.volvo.se [192.138.110.253])
	by hub.freebsd.org (Postfix) with ESMTP id 9232C150A7
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Jan 2000 14:53:49 -0800 (PST)
	(envelope-from v072827@d3738.it.volvo.se)
Received: by gate.volvo.se; id XAA12239; Wed, 12 Jan 2000 23:53:47 +0100 (MET)
Received: from smtpbb1.volvo.se(131.97.125.124) by gate.volvo.se via smap (V4.2)
	id xma012007; Wed, 12 Jan 00 23:53:01 +0100
Received: from d3738.it.volvo.se (d3738.it.volvo.se [131.97.115.233])
	by vg170.it.volvo.se (8.9.3/8.9.3) with ESMTP id XAA10094
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Jan 2000 23:50:54 +0100 (MET)
Received: from d3738.it.volvo.se (localhost [127.0.0.1])
	by d3738.it.volvo.se (8.9.3/8.9.3) with ESMTP id XAA73782
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 12 Jan 2000 23:50:01 +0100 (CET)
	(envelope-from v072827@d3738.it.volvo.se)
Message-Id: <200001122250.XAA73782@d3738.it.volvo.se>
Date: Wed, 12 Jan 2000 23:50:01 +0100
From: Olof Samuelsson <v072827@d3738.it.volvo.se>
Sender: v072827@d3738.it.volvo.se
Reply-To: olof@volvo.se
To: FreeBSD-gnats-submit@freebsd.org
Subject: apache13-ssl lacks sbin/gcache in PLIST
X-Send-Pr-Version: 3.2

>Number:         16088
>Category:       ports
>Synopsis:       apache13-ssl lacks sbin/gcache in PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 12 15:00:01 PST 2000
>Closed-Date:    Mon May 29 12:58:43 PDT 2000
>Last-Modified:  Mon May 29 12:59:00 PDT 2000
>Originator:     Olof Samuelsson
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
Secret ... masters of fandom
>Environment:

FreeBSD d3738.it.volvo.se 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999     jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC  i386

Fairly fresh cvsup'ed ports tree.

>Description:

	/usr/ports/www/apache13-ssl/pkg/PLIST lacks sbin/gcache,
	so it's not included when I package it.

>How-To-Repeat:

	cd /usr/ports/www/apache13-ssl; make install;
	make deinstall; ls -l /usr/local/sbin/gache

>Fix:
	
	Add sbin/gcache after line 68 of the PLIST ?


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dirk 
State-Changed-When: Mon May 29 12:58:43 PDT 2000 
State-Changed-Why:  
This was fixed meanwhile. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=16088 
>Unformatted:
 >From the "make install" output:
 ===> [programs: Installing Apache httpsd program and shared objects]
 ./src/helpers/install.sh -c -m 755 -s ./src/modules/ssl/gcache /usr/local/sbin/gcache
 
