[Nagiosplug-devel] check_dns patch against 1.3.1
Jason Martin
jhmartin at toger.us
Tue Jun 1 09:43:03 CEST 2004
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The attached patch against check_dns from the 1.3.1 release does the
following:
> * - Corrected core problem in solaris 2.6 - 2.9 environments.
> * - Todd Carter/Jason Martin 4 Feb 2004
- -Jason Martin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.5 (GNU/Linux)
Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/
iD8DBQFAvLHOl2ODWuqVSBMRAu64AJ9J6Ktbi5tzkIL0EdaHEpO6Yn/mvACaAlzv
c5TtYouqKkcwR4KSUZrg6jU=
=lfda
-----END PGP SIGNATURE-----
-------------- next part --------------
9,10c9,10
< * Last Modified: $Date: 2003/05/31 14:39:33 $
< *
---
> * Last Modified: $Date: 2004/02/26 20:29:26 $
> *
13a14,15
> * - Corrected core problem in solaris 2.6 - 2.9 environments.
> * - Todd Carter/Jason Martin 4 Feb 2004
52c54
< #define REVISION "$Revision: 1.8.2.3 $"
---
> #define REVISION "$Revision: 1.1.1.1 $"
304d305
<
307c308
<
---
> /* JHM + TEC 2-4-04 */
310c311,312
< printf ("%s: Unknown argument: %s\n\n", progname, optarg);
---
> if (optarg != NULL)
> printf ("%s: Unknown argument: %s\n\n", progname, "optarg") ;
326c328
< if (is_host (optarg) == FALSE) {
---
> if (optarg==NULL || is_host (optarg) == FALSE) {
More information about the Devel
mailing list