| … | |
… | |
| 10 | |
10 | |
| 11 | # For pcmcia users. note that pcmcia must be added to the same |
11 | # For pcmcia users. note that pcmcia must be added to the same |
| 12 | # runlevel as the net.* script that needs it. |
12 | # runlevel as the net.* script that needs it. |
| 13 | depend() { |
13 | depend() { |
| 14 | need localmount |
14 | need localmount |
| 15 | after hostname |
15 | after bootmisc hostname |
| 16 | use isapnp isdn pcmcia usb wlan |
16 | use isapnp isdn pcmcia usb wlan |
| 17 | |
17 | |
| 18 | # Load any custom depend functions for the given interface |
18 | # Load any custom depend functions for the given interface |
| 19 | # For example, br0 may need eth0 and eth1 |
19 | # For example, br0 may need eth0 and eth1 |
| 20 | local iface="${SVCNAME#*.}" |
20 | local iface="${SVCNAME#*.}" |