summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-11-11 16:12:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-11-11 16:12:12 +0000
commit228ff7a606d4fe8e90b0219e4c0b664a5f612d46 (patch)
treeec8f6f7e38f2c41df02496ef82b8d7eca6b5bf35
parentb5a550073bf4594452967d66a2849aad02fa6ea0 (diff)
-w flag for wsconsctl is deprecated; from Tim van der Molen
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 27280856383..e6ef2a4a0ed 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.306 2007/10/15 20:58:10 deraadt Exp $
+# $OpenBSD: rc,v 1.307 2007/11/11 16:12:11 jmc Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -94,7 +94,7 @@ wsconsctl_conf()
set -- `stripcom /etc/wsconsctl.conf`
IFS="$save_IFS"
while [ $# -ge 1 ] ; do
- eval /sbin/wsconsctl -w $1
+ eval /sbin/wsconsctl $1
shift
done
}