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/selinux/sestatus.c

    r2725 r3232  
    99 */
    1010
     11//usage:#define sestatus_trivial_usage
     12//usage:       "[-vb]"
     13//usage:#define sestatus_full_usage "\n\n"
     14//usage:       "    -v  Verbose"
     15//usage:     "\n    -b  Display current state of booleans"
     16
    1117#include "libbb.h"
    1218
     
    3642            goto skip;
    3743        printf(COL_FMT "%s",
    38                bools[i], active == 0 ? "off" : "on");
     44                bools[i], active == 0 ? "off" : "on");
    3945        if (active != pending)
    4046            printf(" (%sactivate pending)", pending == 0 ? "in" : "");
Note: See TracChangeset for help on using the changeset viewer.