cvs | 1 Apr 2004 20:50
Favicon

CVS: opennms CHANGELOG,1.85,1.86

Update of /cvsroot/opennms/opennms
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14541

Modified Files:
	CHANGELOG 
Log Message:
Fixed "unary operator" issue on CentOS (RHES) in opennms.sh. Bug 795

Index: CHANGELOG
===================================================================
RCS file: /cvsroot/opennms/opennms/CHANGELOG,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- CHANGELOG	31 Mar 2004 03:20:45 -0000	1.85
+++ CHANGELOG	1 Apr 2004 18:50:51 -0000	1.86
 <at>  <at>  -1,7 +1,7  <at>  <at> 
-- (ELB) Fixed a number of javadoc warnings
-
 1.1.2 to 1.1.3
 ----------------------------------------------------------------------
+- Fixed "unary operator" issue on CentOS (RHES) in opennms.sh. Bug 795
+- (ELB) Fixed a number of javadoc warnings
 - Fixed issues with event and notification browsing. Thx Jay. Bug 677
 - Made a small change to support Fedora - Thx Thomas
 - Added BEA Weblogic events. Thx Kyle

_______________________________________________
cvs mailing list (cvs <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
(Continue reading)

cvs | 1 Apr 2004 20:50
Favicon

CVS: opennms/tools/run opennms.sh,1.10,1.11

Update of /cvsroot/opennms/opennms/tools/run
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14541/tools/run

Modified Files:
	opennms.sh 
Log Message:
Fixed "unary operator" issue on CentOS (RHES) in opennms.sh. Bug 795

Index: opennms.sh
===================================================================
RCS file: /cvsroot/opennms/opennms/tools/run/opennms.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- opennms.sh	7 Sep 2003 03:38:49 -0000	1.10
+++ opennms.sh	1 Apr 2004 18:50:52 -0000	1.11
 <at>  <at>  -68,7 +68,7  <at>  <at> 
 done

 # load platform-independent settings
-for file in $OPENNMS_HOME/lib/scripts/platform_*.sh; do
+for file in "$OPENNMS_HOME/lib/scripts/platform_*.sh"; do
 	source $file
 done

_______________________________________________
cvs mailing list (cvs <at> opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/cvs

(Continue reading)

cvs | 1 Apr 2004 22:34
Favicon

CVS: webinstall/scripts install.sh,1.18,1.19

Update of /cvsroot/opennms/webinstall/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3336/scripts

Modified Files:
	install.sh 
Log Message:
Applied the patch supplied by DJ Gregor (with one small typo fixed)

Thanks DJ

Matt Brozowski

Index: install.sh
===================================================================
RCS file: /cvsroot/opennms/webinstall/scripts/install.sh,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- install.sh	31 Mar 2004 19:06:21 -0000	1.18
+++ install.sh	1 Apr 2004 20:34:19 -0000	1.19
 <at>  <at>  -456,7 +456,7  <at>  <at> 
 if [ -d "$PGDATA" ]; then
 	FAILURES=0
 	UPDATES=0
-	if [ `cat $PGDATA/postgresql.conf 2>/dev/null | grep -v '^#' | grep -v '^$' | sed 's/#.*$//' | grep
tcpip_socket | grep true | wc -l` -eq 0 ]; then
+	if [ `cat $PGDATA/postgresql.conf 2>/dev/null | sed 's/#.*$//' | grep -v '^[ 	]*$' | grep tcpip_socket |
grep true | wc -l` -eq 0 ]; then
 		echo "tcpip_socket = true" >> $PGDATA/postgresql.conf
 		if [ $? -gt 0 ]; then
(Continue reading)

cvs | 2 Apr 2004 00:37
Favicon

CVS: opennms/src/services/org/opennms/netmgt/capsd SuspectEventProcessor.java, 1.14, 1.15

Update of /cvsroot/opennms/opennms/src/services/org/opennms/netmgt/capsd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28936/src/services/org/opennms/netmgt/capsd

Modified Files:
	SuspectEventProcessor.java 
Log Message:
Fixed assumption that sysObjectId would be available on
node with sysGroup available

Matt Brozowski

Index: SuspectEventProcessor.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/services/org/opennms/netmgt/capsd/SuspectEventProcessor.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- SuspectEventProcessor.java	14 Feb 2004 20:46:27 -0000	1.14
+++ SuspectEventProcessor.java	1 Apr 2004 22:37:05 -0000	1.15
 <at>  <at>  -1,7 +1,7  <at>  <at> 
 //
 // This file is part of the OpenNMS(R) Application.
 //
-// OpenNMS(R) is Copyright (C) 2002-2003 Blast Internet Services, Inc.  All rights reserved.
+// OpenNMS(R) is Copyright (C) 2002-2004 Blast Internet Services, Inc.  All rights reserved.
 // OpenNMS(R) is a derivative work, containing both original code, included code and modified
 // code that was published under the GNU General Public License. Copyrights for modified 
 // and included code are below.
 <at>  <at>  -10,6 +10,7  <at>  <at> 
 //
(Continue reading)

cvs | 4 Apr 2004 14:41
Favicon

CVS: opennms/src/web/src/org/opennms/web/outage OutageFactory.java, 1.4, 1.5 OutageModel.java, 1.6, 1.7

Update of /cvsroot/opennms/opennms/src/web/src/org/opennms/web/outage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24746/src/web/src/org/opennms/web/outage

Modified Files:
	OutageFactory.java OutageModel.java 
Log Message:
Sunday, April 04 2004 - Edwin Buck
  Javadoc fixes.

Index: OutageFactory.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/src/org/opennms/web/outage/OutageFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- OutageFactory.java	14 Feb 2004 20:46:37 -0000	1.4
+++ OutageFactory.java	4 Apr 2004 12:41:28 -0000	1.5
 <at>  <at>  -660,7 +660,7  <at>  <at> 
      * Convenience method for getting the SQL <em>ORDER BY</em> clause
      * related to a given sort style.
      *
-     *  <at> param ackType the outage type to map to a clause
+     *  <at> param outType the outage type to map to a clause
      */
     protected static String getOutageTypeClause( OutageType outType ) {
         if( outType == null ) {

Index: OutageModel.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/src/org/opennms/web/outage/OutageModel.java,v
(Continue reading)

cvs | 4 Apr 2004 14:41
Favicon

CVS: opennms/src/web/src/org/opennms/web/notification/bobject GroupTarget.java, 1.4, 1.5 NotifTarget.java, 1.4, 1.5 Notification.java, 1.4, 1.5 UserTarget.java, 1.4, 1.5

Update of /cvsroot/opennms/opennms/src/web/src/org/opennms/web/notification/bobject
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24746/src/web/src/org/opennms/web/notification/bobject

Modified Files:
	GroupTarget.java NotifTarget.java Notification.java 
	UserTarget.java 
Log Message:
Sunday, April 04 2004 - Edwin Buck
  Javadoc fixes.

Index: GroupTarget.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/src/org/opennms/web/notification/bobject/GroupTarget.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- GroupTarget.java	14 Feb 2004 20:46:35 -0000	1.4
+++ GroupTarget.java	4 Apr 2004 12:41:28 -0000	1.5
 <at>  <at>  -66,7 +66,7  <at>  <at> 
 	}
 	
 	/**Sets the userId for this target
-	    <at> param String
+	    <at> param name the group name.
 	*/
 	public void setGroupName(String name)
 	{
 <at>  <at>  -74,7 +74,7  <at>  <at> 
 	}
 	
(Continue reading)

cvs | 5 Apr 2004 07:07
Favicon

CVS: opennms/src/web/src/org/opennms/web Util.java,1.4,1.5

Update of /cvsroot/opennms/opennms/src/web/src/org/opennms/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30047/src/web/src/org/opennms/web

Modified Files:
	Util.java 
Log Message:
Monday, April 05 2004 - Edwin Buck
  javadoc fixes

Index: Util.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/src/org/opennms/web/Util.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Util.java	14 Feb 2004 20:46:36 -0000	1.4
+++ Util.java	5 Apr 2004 05:07:11 -0000	1.5
 <at>  <at>  -319,7 +319,6  <at>  <at> 
      * each parameter in the given <code>HttpServletRequest</code>.
      *
      *  <at> see #makeQueryString( HttpServletRequest, Map, String[] )
-     *  <at> see HttpServletRequest#getQueryString
      */
     public static String makeQueryString( HttpServletRequest request ) {
         return( makeQueryString( request, new HashMap(), new String[0] ));
 <at>  <at>  -332,7 +331,6  <at>  <at> 
      * given <code>Map</code>.
      *
      *  <at> see #makeQueryString( HttpServletRequest, Map, String[] )
-     *  <at> see HttpServletRequest#getQueryString
(Continue reading)

cvs | 5 Apr 2004 07:07
Favicon

CVS: opennms/src/web/src/org/opennms/web/authenticate OpenNMSPrincipal.java, 1.4, 1.5

Update of /cvsroot/opennms/opennms/src/web/src/org/opennms/web/authenticate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30047/src/web/src/org/opennms/web/authenticate

Modified Files:
	OpenNMSPrincipal.java 
Log Message:
Monday, April 05 2004 - Edwin Buck
  javadoc fixes

Index: OpenNMSPrincipal.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/src/org/opennms/web/authenticate/OpenNMSPrincipal.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- OpenNMSPrincipal.java	14 Feb 2004 20:46:35 -0000	1.4
+++ OpenNMSPrincipal.java	5 Apr 2004 05:07:11 -0000	1.5
 <at>  <at>  -57,8 +57,7  <at>  <at> 
     /**
      * Construct a new OpenNMSPrincipal instance.
      *
-     *  <at> param username The username for this Principal
-     *  <at> param password The password for this Principal
+     *  <at> param userInfo The user info for this Principal
      */
     public OpenNMSPrincipal( User userInfo ) {
         this.userInfo = userInfo;

_______________________________________________
cvs mailing list (cvs <at> opennms.org)
(Continue reading)

cvs | 5 Apr 2004 07:07
Favicon

CVS: opennms/src/web/src/org/opennms/web/element ElementUtil.java, 1.5, 1.6

Update of /cvsroot/opennms/opennms/src/web/src/org/opennms/web/element
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30047/src/web/src/org/opennms/web/element

Modified Files:
	ElementUtil.java 
Log Message:
Monday, April 05 2004 - Edwin Buck
  javadoc fixes

Index: ElementUtil.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/src/org/opennms/web/element/ElementUtil.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ElementUtil.java	14 Feb 2004 20:46:34 -0000	1.5
+++ ElementUtil.java	5 Apr 2004 05:07:12 -0000	1.6
 <at>  <at>  -41,14 +41,14  <at>  <at> 
 public class ElementUtil extends Object
 {
     /** 
-     * Do not use directly, call { <at> link #getInterfaceStatusMap 
+     * Do not use directly.  Call { <at> link #getInterfaceStatusMap 
      * getInterfaceStatusMap} instead. 
      */
     protected static HashMap interfaceStatusMap;

     /** 
-     * Do not use directly, call { <at> link #getServiceStatusMap 
-     * getServiceStatusMap} instead. z
(Continue reading)

cvs | 5 Apr 2004 07:07
Favicon

CVS: opennms/src/web/src/org/opennms/web/admin/views/parsers Category.java, 1.4, 1.5 View.java, 1.4, 1.5

Update of /cvsroot/opennms/opennms/src/web/src/org/opennms/web/admin/views/parsers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30047/src/web/src/org/opennms/web/admin/views/parsers

Modified Files:
	Category.java View.java 
Log Message:
Monday, April 05 2004 - Edwin Buck
  javadoc fixes

Index: Category.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/web/src/org/opennms/web/admin/views/parsers/Category.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Category.java	14 Feb 2004 20:46:39 -0000	1.4
+++ Category.java	5 Apr 2004 05:07:11 -0000	1.5
 <at>  <at>  -109,7 +109,7  <at>  <at> 
 	}
 	
 	/**This constructor creates a Category by parsing a string in the UserManager format
-	    <at> param String aDataString, a string in the format "label$normal$warning$rule"
+	    <at> param aDataString a string in the format "label$normal$warning$rule"
 	    <at> deprecated
 	*/
 	public Category(String aDataString)
 <at>  <at>  -203,7 +203,7  <at>  <at> 
 	}
 	
 	/**Adds a service to this category
(Continue reading)


Gmane