[Nagiosplug-checkins] CVS: nagiosplug/plugins check_smtp.c,1.22,1.23
Karl DeBisschop
kdebisschop at users.sourceforge.net
Fri Feb 27 23:01:01 CET 2004
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11812
Modified Files:
check_smtp.c
Log Message:
minor doco update to reflect handling of repeated caoomand strings
Index: check_smtp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_smtp.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** check_smtp.c 28 Feb 2004 06:48:05 -0000 1.22
--- check_smtp.c 28 Feb 2004 06:51:43 -0000 1.23
***************
*** 407,414 ****
Suppress SMTP command\n\
-C, --command=STRING\n\
! SMTP command (default: '%s')\n\
-f, --from=STRING\n\
! FROM-address to include in MAIL command, required by Exchange 2000\n\
! (default: '%s')\n"), SMTP_EXPECT, mail_command, from_arg);
printf (_(UT_WARN_CRIT));
--- 407,416 ----
Suppress SMTP command\n\
-C, --command=STRING\n\
! SMTP command (may be used repeatedly)\n\
! -R, --command=STRING\n\
! Expected response to command (may be used repeatedly)\n\
-f, --from=STRING\n\
! FROM-address to include in MAIL command, required by Exchange 2000\n"),
! SMTP_EXPECT);
printf (_(UT_WARN_CRIT));
More information about the Commits
mailing list