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/miscutils/runlevel.c

    r2725 r3232  
    1212 * initially busyboxified by Bernhard Reutner-Fischer
    1313 */
     14
     15//usage:#define runlevel_trivial_usage
     16//usage:       "[FILE]"
     17//usage:#define runlevel_full_usage "\n\n"
     18//usage:       "Find the current and previous system runlevel\n"
     19//usage:       "\n"
     20//usage:       "If no utmp FILE exists or if no runlevel record can be found,\n"
     21//usage:       "print \"unknown\""
     22//usage:
     23//usage:#define runlevel_example_usage
     24//usage:       "$ runlevel /var/run/utmp\n"
     25//usage:       "N 2"
     26
    1427#include "libbb.h"
    15 #include <utmp.h>
    1628
    1729int runlevel_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
Note: See TracChangeset for help on using the changeset viewer.