Browse Source

move wsconsctl up earlier, so that any key changes made can be used

to (for instance) interrupt dhclient with a ^C instead of a 'CAPS-LOCK C'
from e@molioner.dk checked by matthieu
OPENBSD_4_0
deraadt 18 years ago
parent
commit
e1e93afe35
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/rc

+ 3
- 3
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.278 2006/03/12 20:07:48 otto Exp $
# $OpenBSD: rc,v 1.279 2006/03/14 22:48:46 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -213,6 +213,8 @@ if [ -f /sbin/kbd -a -f /etc/kbdtype ]; then
kbd `cat /etc/kbdtype`
fi
wsconsctl_conf
if [ X"${pf}" != X"NO" ]; then
RULES="block all"
RULES="$RULES\npass on lo0"
@ -691,8 +693,6 @@ fi
echo '.'
wsconsctl_conf
mixerctl_conf
# KerberosV master KDC


Loading…
Cancel
Save