summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/utils_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils_base.c b/lib/utils_base.c
index da28128..fbed360 100644
--- a/lib/utils_base.c
+++ b/lib/utils_base.c
@@ -238,7 +238,7 @@ int np_warn_if_not_root(void) {
238 printf(_("This plugin must be either run as root or setuid root.\n")); 238 printf(_("This plugin must be either run as root or setuid root.\n"));
239 printf(_("To run as root, you can use a tool like sudo.\n")); 239 printf(_("To run as root, you can use a tool like sudo.\n"));
240 printf(_("To set the setuid permissions, use the command:\n")); 240 printf(_("To set the setuid permissions, use the command:\n"));
241 // XXX could we use something like progname? 241 /* XXX could we use something like progname? */
242 printf("\tchmod u+s yourpluginfile\n"); 242 printf("\tchmod u+s yourpluginfile\n");
243 } 243 }
244 return status; 244 return status;