diff options
| author | Bill Nottingham <notting@redhat.com> | 2004-09-28 16:32:49 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2004-09-28 16:32:49 +0000 |
| commit | 8126a5d03cf06a7f437d3379e1dfdb2c94022b51 (patch) | |
| tree | 38c8669451acd126bb592ee3401b13c5267e450e /rc.d | |
| parent | fe1a0a37e0f34cddb4ce7be502a2bdadc1d94f3a (diff) | |
use s-c-keyboard, not kbdconfig (#133929)
Diffstat (limited to 'rc.d')
| -rwxr-xr-x | rc.d/rc.sysinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index d9bcd266..71b2cbfc 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -643,8 +643,8 @@ if [ -f /.unconfigured ]; then chvt 1 fi - if [ -x /usr/sbin/kbdconfig ]; then - /usr/sbin/kbdconfig + if [ -x /usr/bin/system-config-keyboard ]; then + /usr/bin/system-config-keyboard fi if [ -x /usr/bin/passwd ]; then /usr/bin/passwd root |
