PolicyKit: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Wed Aug 19 10:50:25 PDT 2009
src/polkitagent/polkitagenthelper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c7ded649ab294d8960ebf3be98461f509c10bdf1
Author: David Zeuthen <davidz at redhat.com>
Date: Wed Aug 19 13:47:01 2009 -0400
Use correct program name when complaining about not being setuid root
diff --git a/src/polkitagent/polkitagenthelper.c b/src/polkitagent/polkitagenthelper.c
index f85b0d4..e7af888 100644
--- a/src/polkitagent/polkitagenthelper.c
+++ b/src/polkitagent/polkitagenthelper.c
@@ -81,7 +81,7 @@ main (int argc, char *argv[])
/* check that we are setuid root */
if (geteuid () != 0)
{
- fprintf (stderr, "polkit-grant-helper-pam: needs to be setuid root\n");
+ fprintf (stderr, "polkit-agent-helper-1: needs to be setuid root\n");
goto error;
}
More information about the hal-commit
mailing list