Changeset 3232 in MondoRescue for branches/3.2/mindi-busybox/libbb/obscure.c


Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/libbb/obscure.c

    r2725 r3232  
    110110        return "similar to username";
    111111    }
     112#ifndef __BIONIC__
    112113    /* no gecos as-is, as sub-string, reversed, capitalized, doubled */
    113114    if (pw->pw_gecos[0] && string_checker(new_p, pw->pw_gecos)) {
    114115        return "similar to gecos";
    115116    }
     117#endif
    116118    /* hostname as-is, as sub-string, reversed, capitalized, doubled */
    117119    hostname = safe_gethostname();
Note: See TracChangeset for help on using the changeset viewer.