diff options
author | jkh <jkh@FreeBSD.org> | 1997-05-03 11:22:17 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-05-03 11:22:17 +0000 |
commit | af4383e1b67df81e99a9fce13089d834220e8928 (patch) | |
tree | 306b768e5faa6abdc6ab38cba90ee8df594be76c /etc/etc.i386 | |
parent | fe8101c0866e92737fd07af50822dd6c8f0ceed8 (diff) | |
download | FreeBSD-src-af4383e1b67df81e99a9fce13089d834220e8928.zip FreeBSD-src-af4383e1b67df81e99a9fce13089d834220e8928.tar.gz |
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
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/rc.i386 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386 index c25991c..352b535 100644 --- a/etc/etc.i386/rc.i386 +++ b/etc/etc.i386/rc.i386 @@ -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" |