public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: swagiaal: ProcRunningUtil to ProcRunUtil.
@ 2008-03-07 19:16 swagiaal
  0 siblings, 0 replies; only message in thread
From: swagiaal @ 2008-03-07 19:16 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  e337778c9c77d8fbd6bd36f695ea50e8d9a3cd4f (commit)
      from  1a52324c946bd9575b40dd5100b10ebbfd80495f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit e337778c9c77d8fbd6bd36f695ea50e8d9a3cd4f
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Fri Mar 7 14:00:44 2008 -0500

    swagiaal: ProcRunningUtil to ProcRunUtil.
    
    frysk-core/frysk/bindir/ChangeLog
    +2008-03-07  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	ProcRunUtil.java: Renamed ProcRunningUtil to ProcRunUtil.
    +	* ferror.java: Updated.
    +
    
    frysk-core/frysk/util/ChangeLog
    +2008-03-07  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	* ProcRunUtil.java: Renamed ProcRunningUtil to ProcRunUtil.
    +

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/bindir/ChangeLog                  |    5 +++++
 frysk-core/frysk/bindir/ferror.java                |    8 ++++----
 frysk-core/frysk/util/ChangeLog                    |    4 ++++
 .../{ProcRunningUtil.java => ProcRunUtil.java}     |    4 ++--
 4 files changed, 15 insertions(+), 6 deletions(-)
 rename frysk-core/frysk/util/{ProcRunningUtil.java => ProcRunUtil.java} (99%)

First 500 lines of diff:
diff --git a/frysk-core/frysk/bindir/ChangeLog b/frysk-core/frysk/bindir/ChangeLog
index bd3b200..b82ef23 100644
--- a/frysk-core/frysk/bindir/ChangeLog
+++ b/frysk-core/frysk/bindir/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-07  Sami Wagiaalla  <swagiaal@redhat.com>
+
+	ProcRunUtil.java: Renamed ProcRunningUtil to ProcRunUtil.
+	* ferror.java: Updated. 
+
 2008-03-06  Sami Wagiaalla  <swagiaal@redhat.com> 
 
 	* TestFerror.java: Added test for regext argument matching.
diff --git a/frysk-core/frysk/bindir/ferror.java b/frysk-core/frysk/bindir/ferror.java
index 223adb6..10b5561 100644
--- a/frysk-core/frysk/bindir/ferror.java
+++ b/frysk-core/frysk/bindir/ferror.java
@@ -7,7 +7,7 @@ import frysk.proc.Action;
 import frysk.proc.Task;
 import frysk.proc.TaskObserver;
 import frysk.proc.TaskObserver.Syscalls;
-import frysk.util.ProcRunningUtil;
+import frysk.util.ProcRunUtil;
 import gnu.classpath.tools.getopt.Option;
 import gnu.classpath.tools.getopt.OptionException;
 import java.util.regex.Pattern;
@@ -29,11 +29,11 @@ public class ferror {
 	}  
        };
 	
-       ProcRunningUtil procRunningUtil = 
-	   new ProcRunningUtil("ferror",
+       ProcRunUtil procRunningUtil = 
+	   new ProcRunUtil("ferror",
 		   "ferror -e \"<error string>\" -- <executbale|PID> [ARGS]",
 		   args, 
-		   new TaskObserver[]{syscallObserver},new Option[]{option} , ProcRunningUtil.DEFAULT);
+		   new TaskObserver[]{syscallObserver},new Option[]{option} , ProcRunUtil.DEFAULT);
        procRunningUtil.start();
     }
 
diff --git a/frysk-core/frysk/util/ChangeLog b/frysk-core/frysk/util/ChangeLog
index 4496f39..ef7f858 100644
--- a/frysk-core/frysk/util/ChangeLog
+++ b/frysk-core/frysk/util/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-07  Sami Wagiaalla  <swagiaal@redhat.com>
+
+	* ProcRunUtil.java: Renamed ProcRunningUtil to ProcRunUtil.
+
 2008-03-04  Andrew Cagney  <cagney@redhat.com>
 
 	* ProcStopUtil.java (proc): Delete
diff --git a/frysk-core/frysk/util/ProcRunningUtil.java b/frysk-core/frysk/util/ProcRunUtil.java
similarity index 99%
rename from frysk-core/frysk/util/ProcRunningUtil.java
rename to frysk-core/frysk/util/ProcRunUtil.java
index c775544..073e777 100644
--- a/frysk-core/frysk/util/ProcRunningUtil.java
+++ b/frysk-core/frysk/util/ProcRunUtil.java
@@ -68,7 +68,7 @@ import gnu.classpath.tools.getopt.Option;
  * 
  * Utilities must define a event.ProcEvent to execute.
  */
-public class ProcRunningUtil {
+public class ProcRunUtil {
 
     ForkedObserver forkedObserver = new ForkedObserver();
 
@@ -83,7 +83,7 @@ public class ProcRunningUtil {
     
     public static final RunningUtilOptions DEFAULT = new RunningUtilOptions();
     
-    public ProcRunningUtil(String utilName, String usage, String[] args,
+    public ProcRunUtil(String utilName, String usage, String[] args,
 	    TaskObserver[] observers, Option[] customOptions,
 	    RunningUtilOptions options) {
 


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-07 19:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-07 19:16 [SCM] master: swagiaal: ProcRunningUtil to ProcRunUtil swagiaal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).