Browse Source

use kbd command on /etc/kbdtype if applicable

OPENBSD_2_0
deraadt 28 years ago
parent
commit
1604e34b93
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/etc/rc

+ 5
- 1
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.11 1996/05/26 10:25:27 deraadt Exp $
# $OpenBSD: rc,v 1.12 1996/05/30 09:37:34 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -270,5 +270,9 @@ echo '.'
. /etc/rc.local
if [ -f /sbin/kbd -a -f /etc/kbdtype ]; then
kbd `cat /etc/kbdtype`
fi
date
exit 0

Loading…
Cancel
Save