Changeset 3347 in MondoRescue for branches/3.0/mindi/mindi


Ignore:
Timestamp:
Feb 26, 2015, 12:21:28 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix #767 (typo in KEYDIR name proposed) (joel.girot_at_gvr.fr)
  • Do not use long in loop as previsouly modified as it doesn' make sense.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3339 r3347  
    375375    KEYDIR=/usr/lib/kbd
    376376    [ ! -e "$KEYDIR" ] && KEYDIR=/usr/share/kbd     # Slackware
    377     [ ! -e "$KEYDIR" ] && KEYDIR=/etc/condole
    378     [ ! -e "$KEYDIR" ] && KEYDIR=/etc/condole-setup
     377    [ ! -e "$KEYDIR" ] && KEYDIR=/etc/console
     378    [ ! -e "$KEYDIR" ] && KEYDIR=/etc/console-setup
    379379    [ ! -e "$KEYDIR" ] && KEYDIR=/lib/kbd
    380380    if [ ! -e "$KEYDIR" ] ; then
Note: See TracChangeset for help on using the changeset viewer.