diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-08 12:21:44 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-08 12:21:44 +0000 |
commit | 62538804506061d80ac73b49df43285922fbdaef (patch) | |
tree | 0b08eae7ca39085381582450226a9ab75c4aef4f | |
parent | 6e38d52120f5bdc17dd7c81a91ea221fcdedeedd (diff) | |
download | busybox-w32-62538804506061d80ac73b49df43285922fbdaef.tar.gz busybox-w32-62538804506061d80ac73b49df43285922fbdaef.tar.bz2 busybox-w32-62538804506061d80ac73b49df43285922fbdaef.zip |
- fix selinux stuff
-rw-r--r-- | include/usage.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/usage.h b/include/usage.h index 0e5640778..efba0924a 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1275,8 +1275,8 @@ | |||
1275 | "\n -k Kill found processes (otherwise display PIDs)" \ | 1275 | "\n -k Kill found processes (otherwise display PIDs)" \ |
1276 | "\n -SIGNAL Signal to send (default: TERM)" \ | 1276 | "\n -SIGNAL Signal to send (default: TERM)" \ |
1277 | 1277 | ||
1278 | #define getenforce_trivial_usage | 1278 | #define getenforce_trivial_usage NOUSAGE_STR |
1279 | #define getenforce_full_usage | 1279 | #define getenforce_full_usage "" |
1280 | 1280 | ||
1281 | #define getopt_trivial_usage \ | 1281 | #define getopt_trivial_usage \ |
1282 | "[OPTIONS]..." | 1282 | "[OPTIONS]..." |
@@ -2097,9 +2097,9 @@ | |||
2097 | "$ ls -l /tmp/ls\n" \ | 2097 | "$ ls -l /tmp/ls\n" \ |
2098 | "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" | 2098 | "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" |
2099 | 2099 | ||
2100 | #define load_policy_trivial_usage | 2100 | #define load_policy_trivial_usage NOUSAGE_STR |
2101 | 2101 | ||
2102 | #define load_policy_full_usage | 2102 | #define load_policy_full_usage "" |
2103 | 2103 | ||
2104 | #define loadfont_trivial_usage \ | 2104 | #define loadfont_trivial_usage \ |
2105 | "< font" | 2105 | "< font" |
@@ -3399,8 +3399,8 @@ | |||
3399 | "$ echo \"foo\" | sed -e 's/f[a-zA-Z]o/bar/g'\n" \ | 3399 | "$ echo \"foo\" | sed -e 's/f[a-zA-Z]o/bar/g'\n" \ |
3400 | "bar\n" | 3400 | "bar\n" |
3401 | 3401 | ||
3402 | #define selinuxenabled_trivial_usage | 3402 | #define selinuxenabled_trivial_usage NOUSAGE_STR |
3403 | #define selinuxenabled_full_usage | 3403 | #define selinuxenabled_full_usage "" |
3404 | 3404 | ||
3405 | #define sendmail_trivial_usage \ | 3405 | #define sendmail_trivial_usage \ |
3406 | "[-w timeout] [-U user] [-P password] [-X]\n" \ | 3406 | "[-w timeout] [-U user] [-P password] [-X]\n" \ |
@@ -3442,7 +3442,7 @@ | |||
3442 | 3442 | ||
3443 | #define setenforce_trivial_usage \ | 3443 | #define setenforce_trivial_usage \ |
3444 | "[Enforcing | Permissive | 1 | 0]" | 3444 | "[Enforcing | Permissive | 1 | 0]" |
3445 | #define setenforce_full_usage | 3445 | #define setenforce_full_usage "" |
3446 | 3446 | ||
3447 | #define setfiles_trivial_usage \ | 3447 | #define setfiles_trivial_usage \ |
3448 | "[-dnpqsvW] [-e dir]... [-o file] [-r alt_root_path]" \ | 3448 | "[-dnpqsvW] [-e dir]... [-o file] [-r alt_root_path]" \ |