1998-09-14 05:14:46 -04:00
|
|
|
#
|
1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1998-09-14 05:14:46 -04:00
|
|
|
#
|
|
|
|
|
# If there is a global system configuration file, suck it in.
|
1999-09-13 11:44:20 -04:00
|
|
|
#
|
|
|
|
|
if [ -r /etc/defaults/rc.conf ]; then
|
1999-02-10 13:08:16 -05:00
|
|
|
. /etc/defaults/rc.conf
|
2000-04-27 04:43:49 -04:00
|
|
|
source_rc_confs
|
1999-09-13 11:44:20 -04:00
|
|
|
elif [ -r /etc/rc.conf ]; then
|
1998-09-14 05:14:46 -04:00
|
|
|
. /etc/rc.conf
|
|
|
|
|
fi
|
|
|
|
|
|
1999-10-12 15:23:51 -04:00
|
|
|
# Setup DEVFS, ie permissions, links etc.
|
1999-09-13 11:44:20 -04:00
|
|
|
#
|
1998-09-20 14:49:04 -04:00
|
|
|
ln -fs /dev/ttyv0 /dev/vga
|