Menu

Tree [a41017] master /
 History

HTTPS access


File Date Author Commit
 docs 2009-06-28 rocky rocky [a41017] Add .gitignore's.
 home-page 2006-05-24 rockyb rockyb [729a3c] Sourceforge's version-control links have changed.
 samples 2002-03-18 rockyb rockyb [d443d1] Typo.
 tests 2009-06-28 rocky rocky [a41017] Add .gitignore's.
 .cvsignore 2003-03-04 rockyb rockyb [837e97] CVS crap.
 .gitignore 2009-06-28 rocky rocky [a41017] Add .gitignore's.
 ANNOUNCE 2001-10-14 rockyb rockyb [ed33e4] Change FTP address.
 COPYING 2000-01-16 rocky rocky [796a4e] Not finished, but tryting to make sure we got a...
 ChangeLog 2003-03-04 rockyb rockyb [ae2a3f] Some may find this useful.
 INSTALL 2001-10-12 rockyb rockyb [3e9575] Change @PROGRAM@ to recycle-logs until we figur...
 INSTALL.recycle-logs 2004-02-13 rockyb rockyb [9ba1f7] Better descriptions of what configure, make, ma...
 MANIFEST 2003-03-04 rockyb rockyb [005def] configure.in -> configure.ac man8 install.
 Makefile.PL 2000-03-21 rocky rocky [e605e2] Makefile.PL -- for Perl weineis
 Makefile.in 2003-03-04 rockyb rockyb [005def] configure.in -> configure.ac man8 install.
 NEWS 2002-04-21 rockyb rockyb [62e8a0] Add in what changed in version 1.08
 NT 2001-12-31 rockyb rockyb [e8053f] IniConif -> Config::IniFiles
 README 2002-03-18 rockyb rockyb [9d008b] Update location of Config::IniFiles
 THANKS 2002-04-21 rockyb rockyb [40c4c1] Thank Jacques for his suggestion.
 TODO 2000-02-02 rocky rocky [8d8246] *** empty log message ***
 autogen.sh 2003-03-04 rockyb rockyb [9d133b] CVS cleanup.
 configure.ac 2003-03-04 rockyb rockyb [9d133b] CVS cleanup.
 install.sh 2001-10-13 rockyb rockyb [8d73ac] Needed for distribution.
 missing 2001-12-31 rockyb rockyb [786f05] Convert to use AM_INIT_AUTOMAKE
 mkinstalldirs 2001-10-12 rockyb rockyb [3e9575] Change @PROGRAM@ to recycle-logs until we figur...
 post-configure.in 2002-01-29 rockyb rockyb [380ca7] Do more with configure substitutions.
 recycle-logs.in.in 2004-12-08 rockyb rockyb [24b889] Spelling and grammatical corrections.
 touch.pl 2000-02-01 rocky rocky [b66ec7] Makefile.in: Add explicit Perl figured out when...
 version.in 2001-12-31 rockyb rockyb [786f05] Convert to use AM_INIT_AUTOMAKE

Read Me

This directory holds the distribution for recycle-logs, a generic
program to manage log files via one or more configuration files.

Almost all of the source code is covered by the GNU GENERAL PUBLIC
LICENSE. See COPYING for details on this.

To compile the program you will need Perl version 5.005_03 or greater 
installed and the following modules:

   Sys::Syslog
   FileHandle
   IPC::Open3
   File::Basename 
   Config::IniFiles
   Getopt::Long 

The only one of these that is not part of the core Perl distribution 
is Config::IniFiles which can be found at:

http://www.cpan.org/modules/by-module/Config/

See INSTALL for generic GNU configure instructions, INSTALL.recycle-logs
for specific recycle-logs install instructions.

$Id: README,v 1.4 2002/03/18 21:36:04 rockyb Exp $