head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.10
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.8
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.6
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.4
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.2
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.3.0.44
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.42
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.40
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.38
	pkgsrc-2008Q2-base:1.3
	cwrapper:1.3.0.36
	pkgsrc-2008Q1:1.3.0.34
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.32
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.30
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.28
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.26
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.24
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.22
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.20
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.18
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.16
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.14
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.12
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.3.0.10
	pkgsrc-2005Q1-base:1.3
	pkgsrc-2004Q4:1.3.0.8
	pkgsrc-2004Q4-base:1.3
	pkgsrc-2004Q3:1.3.0.6
	pkgsrc-2004Q3-base:1.3
	pkgsrc-2004Q2:1.3.0.4
	pkgsrc-2004Q2-base:1.3
	pkgsrc-2004Q1:1.3.0.2
	pkgsrc-2004Q1-base:1.3
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2
	buildlink2-base:1.2
	netbsd-1-5-PATCH001:1.1;
locks; strict;
comment	@# @;


1.4
date	2009.01.29.21.29.42;	author shattered;	state dead;
branches;
next	1.3;

1.3
date	2004.01.11.16.08.13;	author jschauma;	state Exp;
branches;
next	1.2;

1.2
date	2002.03.25.12.58.48;	author rh;	state dead;
branches;
next	1.1;

1.1
date	2001.01.16.16.25.05;	author rh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove NetSaint packages.  Last NetSaint release (0.0.7) was in 2002; it
was superseded by Nagios (in pkgsrc since 2006).  Official announcement:
http://marc.info/?l=netsaint-announce&m=101503609823404&w=2

OK by wiz@@.
@
text
@$NetBSD: patch-ac,v 1.3 2004/01/11 16:08:13 jschauma Exp $

--- ./plugins/check_by_ssh.c.orig	2001-04-23 03:43:11.000000000 -0400
+++ ./plugins/check_by_ssh.c	2004-01-11 11:07:02.000000000 -0500
@@@@ -387,13 +387,11 @@@@
 
 
 
-#define OPTIONS "\
--H <host> [-P port] [-f] [-y] [-t timeout] [-i identity]\n
-             [-l user] [-n name] [-s servicelist] [-O outputfile]"
-
 void print_usage(void)
 {
-	printf ("Usage:\n %s %s\n"
+	printf ("Usage:\n %s "
+		 "-H <host> [-P port] [-f] [-y] [-t timeout] [-i identity]\n"
+		 "              [-l user] [-n name] [-s servicelist] [-O outputfile]\n"
 #ifdef HAVE_GETOPT_H
 		 " %s (-h | --help) for detailed help\n"
 		 " %s (-V | --version) for version information\n",
@@@@ -401,6 +399,6 @@@@
 		 " %s -h for detailed help\n"
 		 " %s -V for version information\n",
 #endif
-		 PROGNAME, OPTIONS, PROGNAME, PROGNAME);
+		 PROGNAME, PROGNAME, PROGNAME);
 
 }
@


1.3
log
@Make this compile with gcc-3; fixes problem seen in last bulk build.
@
text
@d1 1
a1 1
$NetBSD: $
@


1.2
log
@Update netsaint-plugins to 1.2.9.4.  Provided in PR pkg/15992 by Murray
Armfield <murray@@river-styx.org>.  This is part of the netsaint update
to 0.0.7. Please see the previous commit message on netsaint-0.0.7 for
a summary of changes.
@
text
@d1 1
a1 1
$NetBSD: patch-ac,v 1.1 2001/01/16 16:25:05 rh Exp $
d3 3
a5 4
--- plugins-scripts/Makefile.in.orig	Wed Jun 14 22:44:21 2000
+++ plugins-scripts/Makefile.in
@@@@ -17,8 +17,7 @@@@
 all: $(SCRIPT)
a6 4
 install: 
-	$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(INSTALL_DIR)
-	for file in $(SCRIPT); do $(INSTALL) -m 775 $(INSTALL_OPTS) $$file $(DESTDIR)$(INSTALL_DIR); done
+	for file in $(SCRIPT); do ${BSD_INSTALL_SCRIPT} $$file $(DESTDIR)$(INSTALL_DIR); done
d8 22
a29 2
 test:
 	$(PERL) ../test.pl t/*.t
@


1.1
log
@Use standard ${BSD_INSTALL_xxx} macros for installation
@
text
@d1 1
a1 1
$NetBSD$
@

