[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1768] nagiosplug/trunk/lib/utils_base.c
hweiss at users.sourceforge.net
hweiss at users.sourceforge.net
Sun Jul 29 14:42:05 CEST 2007
Revision: 1768
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1768&view=rev
Author: hweiss
Date: 2007-07-29 05:42:05 -0700 (Sun, 29 Jul 2007)
Log Message:
-----------
Don't use C++ style comments.
Modified Paths:
--------------
nagiosplug/trunk/lib/utils_base.c
Modified: nagiosplug/trunk/lib/utils_base.c
===================================================================
--- nagiosplug/trunk/lib/utils_base.c 2007-07-27 15:49:01 UTC (rev 1767)
+++ nagiosplug/trunk/lib/utils_base.c 2007-07-29 12:42:05 UTC (rev 1768)
@@ -238,7 +238,7 @@
printf(_("This plugin must be either run as root or setuid root.\n"));
printf(_("To run as root, you can use a tool like sudo.\n"));
printf(_("To set the setuid permissions, use the command:\n"));
- // XXX could we use something like progname?
+ /* XXX could we use something like progname? */
printf("\tchmod u+s yourpluginfile\n");
}
return status;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list