Update of /cvsroot/mhonarc/devtools
In directory subversions:/tmp/cvs-serv3817

Modified Files:
        Makefile NEWS 
Log Message:
* logcmd:
  + New script for logging the output of a program.  Comes in handy
    for logging command errors to a file when invoked during an
    automatted process like cron.

    The script is self-contained, so it can be used outside of
    the devtools context (i.e. it does not use lib/CommandUtil.pm).


Index: Makefile
===================================================================
RCS file: /cvsroot/mhonarc/devtools/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile    11 Mar 2002 05:19:28 -0000      1.1
--- Makefile    31 Jul 2002 04:25:02 -0000      1.2
***************
*** 28,31 ****
--- 28,32 ----
        $(PERL) -cw $(TOP)/bin/cvs-kwstrip
        $(PERL) -cw $(TOP)/bin/find-jpkgs
+       $(PERL) -cw $(TOP)/bin/logcmd
        $(PERL) -cw $(TOP)/bin/pdoc
        $(PERL) -cw $(TOP)/bin/release
***************
*** 40,43 ****
--- 41,46 ----
        pod2html --header --infile=$(TOP)/bin/find-jpkgs \
                 --outfile=$(TOP)/doc/bin/find-jpkgs.html
+       pod2html --header --infile=$(TOP)/bin/logcmd \
+                --outfile=$(TOP)/doc/bin/logcmd.html
        pod2html --header --infile=$(TOP)/bin/pdoc \
                 --outfile=$(TOP)/doc/bin/pdoc.html

Index: NEWS
===================================================================
RCS file: /cvsroot/mhonarc/devtools/NEWS,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** NEWS        28 May 2002 05:09:26 -0000      1.14
--- NEWS        31 Jul 2002 04:25:02 -0000      1.15
***************
*** 1,3 ****
--- 1,14 ----
  ==============================================================================
+ v1.1.5            2002/07/30
+ 
+ * logcmd:
+   + New script for logging the output of a program.  Comes in handy
+     for logging command errors to a file when invoked during an
+     automatted process like cron.
+ 
+     The script is self-contained, so it can be used outside of
+     the devtools context (i.e. it does not use lib/CommandUtil.pm).
+ 
+ ==============================================================================
  v1.1.4            2002/05/28
  

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to