]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.devfs
Don't take a failure to stat a file to mean that it doesn't exist, as it may
[FreeBSD/FreeBSD.git] / etc / rc.devfs
1 #
2 # $FreeBSD$
3 #
4 # If there is a global system configuration file, suck it in.
5 #
6 if [ -r /etc/defaults/rc.conf ]; then
7         . /etc/defaults/rc.conf
8         source_rc_confs
9 elif [ -r /etc/rc.conf ]; then
10         . /etc/rc.conf
11 fi
12
13 # Setup DEVFS, ie permissions, links etc.
14 #
15 ln -fs /dev/ttyv0 /dev/vga