summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-07-29 12:42:05 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-07-29 12:42:05 (GMT)
commitd18b8f5d9451b65700b9260d418bd5d245318b2c (patch)
tree1f6062241df48cee8f970030f21285acf3598ebd
parentff8bf04d3aed0a2e6abac1178a3602defd14b854 (diff)
downloadmonitoring-plugins-d18b8f5d9451b65700b9260d418bd5d245318b2c.tar.gz
Don't use C++ style comments.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1768 f882894a-f735-0410-b71e-b25c423dba1c
-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;