diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-09-20 18:49:04 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-09-20 18:49:04 +0000 |
| commit | 82c4640c65b50065b257f66c04e932dedd874177 (patch) | |
| tree | 37acff30f5de251570554c37b87caf1f27e5b910 /etc | |
| parent | 58bcaed08c6bad10d5dc6e434ce0babe93b6d2fd (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/rc.devfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.devfs b/etc/rc.devfs index d0d5279d903d..338336a4a754 100644 --- a/etc/rc.devfs +++ b/etc/rc.devfs @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: rc.devfs,v 1.1 1998/09/14 09:14:46 sos Exp $ # # If there is a global system configuration file, suck it in. if [ -f /etc/rc.conf ]; then @@ -9,6 +9,6 @@ fi # Setup DEVFS, ie permisisons, links etc. echo -n 'Setting up DEVFS: ' -ln -fs ttyv0 vga +ln -fs /dev/ttyv0 /dev/vga echo '.' |
