| Summary: | /etc/netstart doesn't run /etc/defaults/pccard.conf | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Guilherme J. R. Oliveira <guilherme> | ||||
| Component: | conf | Assignee: | Warner Losh <imp> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.6.2-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Guilherme J. R. Oliveira
2002-09-15 16:10:02 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 Responsible Changed From-To: freebsd-bugs->imp Assign to pccard maintainer State Changed From-To: open->closed OLDCARD is no longer supported, and this isn't relevant to branch maint of oldcard |