summaryrefslogtreecommitdiffstats
path: root/etc/rc.devfs
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.devfs')
-rw-r--r--etc/rc.devfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.devfs b/etc/rc.devfs
index d0d5279..338336a 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 '.'
OpenPOWER on IntegriCloud