mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
11 lines
237 B
Text
11 lines
237 B
Text
#
|
|
# $Id: rc.devfs,v 1.2 1998/09/20 18:49:04 sos Exp $
|
|
#
|
|
# If there is a global system configuration file, suck it in.
|
|
if [ -f /etc/rc.conf ]; then
|
|
. /etc/rc.conf
|
|
fi
|
|
|
|
# Setup DEVFS, ie permisisons, links etc.
|
|
|
|
ln -fs /dev/ttyv0 /dev/vga
|