Bug 42807

Summary: /etc/netstart doesn't run /etc/defaults/pccard.conf
Product: Base System Reporter: Guilherme J. R. Oliveira <guilherme>
Component: confAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.6.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Guilherme J. R. Oliveira 2002-09-15 16:10:02 UTC
I have exported /usr/src to my laptop and I use /etc/netstart in single mode to install world.

If we have a /etc/pccard.conf it's everything ok.
If not it doesn't check /etc/defaults/pccard.conf as does for rc.conf.
So we have no network ...

How-To-Repeat: Have a laptop with a pcmcia nic :)

Boot in single user
/etc/netstart
Comment 1 Makoto Matsushita 2002-09-16 13:33:33 UTC
guilherme>   # Start pccard if necessary
guilherme> ! if [ -r /etc/defaults/rc.pccard]; then
guilherme> !         . /etc/defaults/rc.pccard
guilherme> ! elif [ -r /etc/rc.pccard ]; then
guilherme>   	. /etc/rc.pccard
guilherme>   fi

FreeBSD doesn't have /etc/defaults/rc.pccard, why this patch try to
check the file?  What's the meanings?

-- -
Makoto `MAR' Matsushita
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-07-13 00:55:20 UTC
Responsible Changed
From-To: freebsd-bugs->imp

Assign to pccard maintainer
Comment 3 Warner Losh freebsd_committer freebsd_triage 2005-01-11 00:43:38 UTC
State Changed
From-To: open->closed

OLDCARD is no longer supported, and this isn't relevant to branch maint of oldcard