From af4383e1b67df81e99a9fce13089d834220e8928 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 3 May 1997 11:22:17 +0000 Subject: Update the etc world from RELENG_2_2 which is now more up-to-date (gotta get myself -current again, this is a drag). Also-fixes-problems-noted-by: Wolfgang Helbig & Joerg Wunsch --- etc/etc.amd64/rc.amd64 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'etc/etc.amd64/rc.amd64') diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index c25991c..352b535 100644 --- a/etc/etc.amd64/rc.amd64 +++ b/etc/etc.amd64/rc.amd64 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.i386,v 1.23 1997/04/28 05:51:57 jkh Exp $ +# $Id: rc.i386,v 1.18.2.3 1997/04/28 10:07:00 jkh Exp $ # Do i386 specific processing # @@ -50,11 +50,6 @@ if [ "X${keybell}" != X"NO" ]; then echo -n ' keybell'; kbdcontrol <${kbddev} -b ${keybell} fi -# bell style -if [ "X${keybell}" != X"NO" ]; then - echo -n ' keybell'; kbdcontrol <${kbddev} -b ${keybell} -fi - # change function keys if [ "X${keychange}" != X"NO" ]; then echo -n " keychange" -- cgit v1.1