[lwatch-cvs] files README,1.7,1.8
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-25 16:26:14
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv18193 Modified Files: README Log Message: - more system specific info Index: README =================================================================== RCS file: /cvsroot/lwatch/files/README,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README 25 Mar 2003 13:15:47 -0000 1.7 --- README 25 Mar 2003 16:25:39 -0000 1.8 *************** *** 15,21 **** For me it works with libpcre 3.4. - I have tested this software only on linux, but for other platforms it also - should compile. - This package uses autotools. You can change all paths and directories running configure with proper options. --- 15,18 ---- *************** *** 23,33 **** and binary. If not, please submit a bug (see BUGS for details). Default input file is /dev/lwatch. You can change it running: configure --enable-input=/other/file What do you think about adding proper entries into syslog/syslog-ng ! configuration file? ! If you add this piece of software into any distrubution make me a favour and, ! please, send me an email notice about it. ============================================ --- 20,45 ---- and binary. If not, please submit a bug (see BUGS for details). + If you want to use CVS snapshot you need autoconf 2.57. + Automake 1.7 is not necessary. You may safely ignore messages about + its lack until Makefile.am, acinclude.m4 and configure.ac is not modified. + + System manual has been written in SGML DocBook. You need any docbook->man + converter to generate proper manual page. For now configure supports + only docbook-to-man available at: + http://www.oasis-open.org/docbook/tools/dtm/docbook-to-man.tar.gz + + Log Watcher uses getopt_long function. Some unices have it included + in libc (specially glibc based ones), some have it in other libraries + and some have not. If you use one of two last flavour of unices, please, + inform me how you compiled/linked lwatch. + Default input file is /dev/lwatch. You can change it running: configure --enable-input=/other/file What do you think about adding proper entries into syslog/syslog-ng ! configuration file during package installation? ! If you add this piece of software into any distrubution make me a favour ! and, please, send me an email notice about it. You can find my email ! address in AUTHORS file. ============================================ *************** *** 36,40 **** * Cygwin. ! I received info about compiling and running lwatch under Cygwin. * FreeBSD --- 48,53 ---- * Cygwin. ! I received info about compiling and running lwatch under Cygwin but I do not ! know any details. * FreeBSD *************** *** 44,45 **** --- 57,63 ---- * Linux No additional packages required. + + * MS Windows + There is no native Windows port of lwatch. If you want to use it under MS Win + install Cygwin from http://www.cygwin.com/ and read a note about Cygwin in this + README. |