summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 6f7c192ce93..7717fdf2238 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.161 2001/01/16 04:08:35 angelos Exp $
+# $OpenBSD: rc,v 1.162 2001/02/10 18:03:16 mickey Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -540,6 +540,11 @@ echo -n ' cron'; cron
echo '.'
+if [ -f /etc/rc.wscons -a -f /etc/wscons.conf ]; then
+ echo configuring wscons
+ /bin/sh /etc/rc.wscons
+fi
+
date
if [ "X${moused_flags}" != X"NO" -a -x /usr/sbin/moused ]; then