From owner-freebsd-bugs Sat Jun 28 10:40:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28350 for bugs-outgoing; Sat, 28 Jun 1997 10:40:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28342; Sat, 28 Jun 1997 10:40:03 -0700 (PDT) Resent-Date: Sat, 28 Jun 1997 10:40:03 -0700 (PDT) Resent-Message-Id: <199706281740.KAA28342@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@FreeBSD.ORG, Janick.Taillandier@ratp.fr 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 ; 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 ; Sat, 28 Jun 1997 19:30:56 +0200 (METDST) Received: by arts.ratp.fr id TAA18485 for ; Sat, 28 Jun 1997 19:30:52 +0200 (DST) Received: from minos.noisy.ratp by arts.ratp.fr with SMTP id SAA018479 for ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: conf/3978: Incorrect reference to sysconfig in /etc/pccard_ether Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3978 >Category: conf >Synopsis: Incorrect reference to sysconfig in /etc/pccard_ether >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 28 10:40:01 PDT 1997 >Last-Modified: >Originator: Janick Taillandier >Organization: RATP - SIT/SIO >Release: FreeBSD 3.0-CURRENT i386 >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 >Audit-Trail: >Unformatted: