From Janick.Taillandier@ratp.fr  Sat Jun 28 10:31:00 1997
Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA28031
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jun 1997 10:30:59 -0700 (PDT)
Received: from arts.ratp.fr (arts.ratp.fr [193.106.40.1])
          by soleil.uvsq.fr (8.8.5/jtpda-5.2) with ESMTP id TAA22890
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jun 1997 19:30:56 +0200 (METDST)
Received: by arts.ratp.fr id TAA18485
	  for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jun 1997 19:30:52 +0200 (DST)
Received: from minos.noisy.ratp by arts.ratp.fr with SMTP id SAA018479
	  for <FreeBSD-gnats-submit@freebsd.org>; Sat Jun 28 19:30:39 1997
Received: from fugue.noisy.ratp (taillandier.rtc.ratp [192.25.83.123])
 	  by minos.noisy.ratp  with ESMTP id TAA12732
 	  for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Jun 1997 19:30:38 +0200 (DST)
Received: by fugue.noisy.ratp id TAA00538
	  ; Sat, 28 Jun 1997 19:30:21 +0200 (DST)
Message-Id: <199706281730.TAA00538@fugue.noisy.ratp>
Date: Sat, 28 Jun 1997 19:30:21 +0200 (DST)
From: Janick.Taillandier@ratp.fr
Reply-To: Janick.Taillandier@ratp.fr
To: FreeBSD-gnats-submit@freebsd.org
Subject: Incorrect reference to sysconfig in /etc/pccard_ether
X-Send-Pr-Version: 3.2

>Number:         3978
>Category:       conf
>Synopsis:       Incorrect reference to sysconfig in /etc/pccard_ether
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 28 10:40:01 PDT 1997
>Closed-Date:    Mon Jun 30 12:10:57 PDT 1997
>Last-Modified:  Mon Jun 30 12:11:18 PDT 1997
>Originator:     Janick Taillandier
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
RATP - SIT/SIO
>Environment:

FreeBSD-current.

>Description:

In /etc/pccard_ether, you can still find :

# Suck in the /etc/sysconfig variables
if [ -f /etc/sysconfig ]; then
        . /etc/sysconfig
fi

but /etc/sysconfig has been replaced by /etc/rc.conf

>How-To-Repeat:


>Fix:
	
Change /etc/pccard_ether to :

# Suck in the /etc/rc.conf variables  
if [ -f /etc/rc.conf ]; then
        . /etc/rc.conf
fi
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Mon Jun 30 12:10:57 PDT 1997 
State-Changed-Why:  
Fixed, thanks! 
>Unformatted:
