[Nagiosplug-checkins] nagiosplug configure.in,1.219,1.220

Ton Voon tonvoon at users.sourceforge.net
Tue Jul 24 02:12:12 CEST 2007


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13725

Modified Files:
	configure.in 
Log Message:
Stop configure and refer to use of SVN instead


Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- configure.in	18 Jun 2007 20:20:55 -0000	1.219
+++ configure.in	24 Jul 2007 00:12:10 -0000	1.220
@@ -14,6 +14,38 @@
 
 AC_PREFIX_DEFAULT(/usr/local/nagios)
 
+dnl CVS now deprecated
+
+cat <<EOF
+WARNING!!!WARNING!!!WARNING!!!WARNING!!!WARNING!!!WARNING!!!WARNING!!!WARNING!
+##      ##    ###    ########  ##    ## #### ##    ##  ######   #### #### ####
+##  ##  ##   ## ##   ##     ## ###   ##  ##  ###   ## ##    ##  #### #### ####
+##  ##  ##  ##   ##  ##     ## ####  ##  ##  ####  ## ##        #### #### ####
+##  ##  ## ##     ## ########  ## ## ##  ##  ## ## ## ##   ####  ##   ##   ## 
+##  ##  ## ######### ##   ##   ##  ####  ##  ##  #### ##    ##                
+##  ##  ## ##     ## ##    ##  ##   ###  ##  ##   ### ##    ##  #### #### ####
+ ###  ###  ##     ## ##     ## ##    ## #### ##    ##  ######   #### #### ####
+WARNING!!!WARNING!!!WARNING!!!WARNING!!!WARNING!!!WARNING!!!WARNING!!!WARNING!
+
+Warning: As of 2007-07-24 this CVS repository is deprecated and is not being
+         updated. You probably got this message because you updated an old
+         checkout or selected the wrong repository.
+
+         The Nagios-plugins distribution is now available from a Subversion
+         repository (SVN). You can get the Subversion software from:
+         http://subversion.tigris.org/
+
+         The latest Nagios-plugins code can be checked out through SVN with
+         the following instruction set:
+
+         svn co https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk nagiosplug
+
+         Thanks for using Nagios-plugins,
+
+         The Nagios-plugins Development Team
+EOF
+exit 1
+
 dnl Deprecated configure options
 
 





More information about the Commits mailing list