Bring in the settings from /etc/rc.devfs, which include the vga symlink

that's being replaced here. This is what /etc/rc does now.

There is no NetBSD devfs, so there is no compatibility issue.

Not objected to by:	FreeBSD-rc@yahoogroups.com
Approved by:		re (murray)
This commit is contained in:
dougb 2002-12-15 21:56:53 +00:00
parent fe836ef10b
commit f09a89b5d0

View File

@ -15,5 +15,6 @@ load_rc_config $name
# Setup DEVFS, ie permissions, links etc.
#
ln -fs /dev/ttyv0 /dev/vga
if [ -r /etc/rc.devfs ]; then
sh /etc/rc.devfs
fi