From nobody  Sat Jan 31 11:10:13 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id LAA20236;
          Sat, 31 Jan 1998 11:10:13 -0800 (PST)
          (envelope-from nobody)
Message-Id: <199801311910.LAA20236@hub.freebsd.org>
Date: Sat, 31 Jan 1998 11:10:13 -0800 (PST)
From: bloom@acm.org
To: freebsd-gnats-submit@freebsd.org
Subject: Makefile in etc doesn't match files in etc/ppp
X-Send-Pr-Version: www-1.0

>Number:         5612
>Category:       bin
>Synopsis:       Makefile in etc doesn't match files in etc/ppp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    steve
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 31 11:20:00 PST 1998
>Closed-Date:    Sat Jan 31 22:10:21 PST 1998
>Last-Modified:  Sat Jan 31 22:10:36 PST 1998
>Originator:     Jim Bloom
>Release:        2.2.5 Stable - CTM 0601
>Organization:
>Environment:
FreeBSD jbloom.ne.mediaone.net 2.2.5-STABLE FreeBSD 2.2.5-STABLE #17: Sat Jan 24 08:21:38 EST 1998
bloom@jbloom.ne.mediaone.net:/usr/src_2.2/sys/compile/JMB  i386
>Description:
The Makefile  in etc tries to install the following files from etc/ppp:
ppp.conf.iij.sample
ppp.conf.server.sample
ppp.dialup.sample
ppp.pap.dialup.sample
ppp.conf.filter.sample

These files were all removed from CVS in CMT update 601.
>How-To-Repeat:
cd /usr/src/etc		(Or appropriate location for your source tree)
make distribution

>Fix:
*** Makefile.orig       Sat Jan 31 14:08:23 1998
--- Makefile    Sat Jan 31 14:10:22 1998
***************
*** 25,33 ****
  MTREE=        BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
        BSD.var.dist BSD.x11.dist
  NAMEDB=       PROTO.localhost.rev named.boot named.root make-localhost
! PPPCNF= ppp.conf.filter.sample ppp.conf.iij.sample ppp.conf.sample \
!       ppp.conf.server.sample ppp.dialup.sample ppp.linkup.sample \
!       ppp.pap.dialup.sample ppp.secret.sample ppp.deny ppp.shells.sample
  NOSPAM=       Makefile README sendmail.cf.additions
  
  
--- 25,32 ----
  MTREE=        BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
        BSD.var.dist BSD.x11.dist
  NAMEDB=       PROTO.localhost.rev named.boot named.root make-localhost
! PPPCNF= ppp.conf.sample ppp.linkup.sample ppp.linkdown.sample \
!       ppp.secret.sample ppp.deny ppp.shells.sample
  NOSPAM=       Makefile README sendmail.cf.additions

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Jan 31 22:10:21 PST 1998 
State-Changed-Why:  
Merged fix from -current. 
>Unformatted:
