|
Lines 515-520
Link Here
|
| 515 |
sh /etc/rc.devfs |
515 |
sh /etc/rc.devfs |
| 516 |
fi |
516 |
fi |
| 517 |
|
517 |
|
|
|
518 |
echo -n "Starting emulators:" |
| 519 |
|
| 518 |
# Start the Linux binary compatibility if requested. |
520 |
# Start the Linux binary compatibility if requested. |
| 519 |
# |
521 |
# |
| 520 |
case ${linux_enable} in |
522 |
case ${linux_enable} in |
|
Lines 530-535
Link Here
|
| 530 |
echo -n ' svr4'; svr4 > /dev/null 2>&1 |
532 |
echo -n ' svr4'; svr4 > /dev/null 2>&1 |
| 531 |
;; |
533 |
;; |
| 532 |
esac |
534 |
esac |
|
|
535 |
|
| 536 |
echo . |
| 533 |
|
537 |
|
| 534 |
|
538 |
|
| 535 |
# Do traditional (but rather obsolete) rc.local file if it exists. If you |
539 |
# Do traditional (but rather obsolete) rc.local file if it exists. If you |