From imattsson at common-lisp.net Mon Sep 22 05:49:24 2008 From: imattsson at common-lisp.net (imattsson) Date: Mon, 22 Sep 2008 01:49:24 -0400 (EDT) Subject: [noctool-cvs] CVS source Message-ID: <20080922054924.170B03F038@common-lisp.net> Update of /project/noctool/cvsroot/source In directory clnet:/tmp/cvs-serv18168 Modified Files: graphing.lisp Log Message: IM Package-prefix change. --- /project/noctool/cvsroot/source/graphing.lisp 2008/07/22 18:54:45 1.7 +++ /project/noctool/cvsroot/source/graphing.lisp 2008/09/22 05:49:24 1.8 @@ -116,7 +116,7 @@ (bump-ix graph short-ix) (when (proxies graph) (loop for proxy in (proxies graph) - do (noctool-network:graph-update proxy id (id graph) value)))) + do (noctool-network:graph-update proxy id (noctool:id graph) value)))) (defmethod add-value :after (graph value) (setf (last-updated graph) (get-universal-time))) From imattsson at common-lisp.net Mon Sep 22 17:01:03 2008 From: imattsson at common-lisp.net (imattsson) Date: Mon, 22 Sep 2008 13:01:03 -0400 (EDT) Subject: [noctool-cvs] CVS source Message-ID: <20080922170103.B9DFF72196@common-lisp.net> Update of /project/noctool/cvsroot/source In directory clnet:/tmp/cvs-serv6025 Modified Files: README Log Message: IM Updated copyright notice. We should really snag a ready-made GPL LICENSE file and include that too... --- /project/noctool/cvsroot/source/README 2008/03/17 08:27:58 1.1.1.1 +++ /project/noctool/cvsroot/source/README 2008/09/22 17:01:03 1.2 @@ -1,6 +1,7 @@ Noctool is a system/network monitoring tool. It is designed to be flexible and distributed, with information flowing up from individual -monitors to (eventually) the moniroting console, where system and +monitors to (eventually) the monitoring console, where system and network status is displayed. -Noctool is Copyright Ingvar Mattsson , 2006-2007. +Noctool is Copyright Ingvar Mattsson , 2006-2008 and +James E. Prewett 2008. It is licensed under the GNU General Public License (GPL).