| Summary: | MAKEDEV and /stand/sysinstall goofups with creating /dev/pass? | ||
|---|---|---|---|
| Product: | Base System | Reporter: | pha <pha> |
| Component: | bin | Assignee: | Justin T. Gibbs <gibbs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
pha
2000-03-31 19:00:01 UTC
Responsible Changed From-To: freebsd-bugs->gibbs Justin added the pass stuff to MAKEDEV in rev 1.171. Note that MAKEDEV isn't doing anything funny; it's been told to create 4 device nodes. I don't think there's a graceful way to handle this until the driver does almost-clone. :-) State Changed From-To: open->closed The MAKEDEV script is gone now that entries in /dev are created dynamically in FreeBSD 5.x and higher due to DEVFS. |