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/loginutils/sulogin.c

    r2725 r3232  
    55 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
    66 */
     7
     8//usage:#define sulogin_trivial_usage
     9//usage:       "[-t N] [TTY]"
     10//usage:#define sulogin_full_usage "\n\n"
     11//usage:       "Single user login\n"
     12//usage:     "\n    -t N    Timeout"
    713
    814#include "libbb.h"
     
    8995            break;
    9096        }
    91         bb_do_delay(FAIL_DELAY);
    92         bb_error_msg("login incorrect");
     97        bb_do_delay(LOGIN_FAIL_DELAY);
     98        bb_info_msg("Login incorrect");
    9399    }
    94100    memset(cp, 0, strlen(cp));
Note: See TracChangeset for help on using the changeset viewer.