-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk45tuQACgkQrlYvE4MpobMZgQCdFJQoDbCRux95n9eV6ZE6WS0f k2EAnjqo+u6ytf6e3t+YNUthCvdnVd6I =ns48 -----END PGP SIGNATURE-----
>From 904e3883c7c24be0261e8a80ee9aa431f4c15090 Mon Sep 17 00:00:00 2001 From: Eric Paris <eparis@xxxxxxxxxx> Date: Sun, 10 Jul 2011 16:42:18 +0200 Subject: [PATCH 037/155] policycoreutils: fixfiles: correct usage for r_opts.rootpath The error usable displays r_opts.rootpath, but r_opts is supposed to be an internal code thing, not something users care about. When printing the error message just call it 'rootpath' Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- policycoreutils/setfiles/setfiles.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policycoreutils/setfiles/setfiles.c b/policycoreutils/setfiles/setfiles.c index c21aa71..5cb3b5d 100644 --- a/policycoreutils/setfiles/setfiles.c +++ b/policycoreutils/setfiles/setfiles.c @@ -370,7 +370,7 @@ int main(int argc, char **argv) break; } if (optind + 1 >= argc) { - fprintf(stderr, "usage: %s -r r_opts.rootpath\n", + fprintf(stderr, "usage: %s -r rootpath\n", argv[0]); exit(1); } -- 1.7.6
Attachment:
0037-policycoreutils-fixfiles-correct-usage-for-r_opts.ro.patch.sig
Description: PGP signature