lwatch-cvs Mailing List for Log Watcher (Page 10)
Brought to you by:
arturcz
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(9) |
Jul
(22) |
Aug
(11) |
Sep
(5) |
Oct
|
Nov
(4) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(5) |
Feb
(29) |
Mar
(85) |
Apr
(45) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
(30) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(55) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2005 |
Jan
|
Feb
(10) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(6) |
Mar
(12) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
| 2010 |
Jan
|
Feb
(15) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ar...@us...> - 2003-03-24 13:43:28
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv26252/src Modified Files: Makefile.am Makefile.in config.h.in defaults.h Log Message: - build-in default input file could be changed during build time with ./configure --enable-input=file Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/src/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 3 Feb 2003 23:37:36 -0000 1.6 --- Makefile.am 24 Mar 2003 13:43:22 -0000 1.7 *************** *** 3,5 **** lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(xh) dist_sysconf_DATA = lwatch.conf ! CLEANFILES = yparse.c stamp-h.in --- 3,5 ---- lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(xh) dist_sysconf_DATA = lwatch.conf ! CLEANFILES = yparse.c stamp-h.in *~ Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/src/Makefile.in,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile.in 18 Mar 2003 16:34:51 -0000 1.13 --- Makefile.in 24 Mar 2003 13:43:22 -0000 1.14 *************** *** 60,63 **** --- 60,64 ---- HAVE_D2M_FALSE = @HAVE_D2M_FALSE@ HAVE_D2M_TRUE = @HAVE_D2M_TRUE@ + INPUTFILE = @INPUTFILE@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ *************** *** 128,132 **** lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(xh) dist_sysconf_DATA = lwatch.conf ! CLEANFILES = yparse.c stamp-h.in subdir = src mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- 129,133 ---- lwatch_SOURCES = acolors.c control.c lwatch.c settings.c strpcre.c yparse.l $(xh) dist_sysconf_DATA = lwatch.conf ! CLEANFILES = yparse.c stamp-h.in *~ subdir = src mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs Index: config.h.in =================================================================== RCS file: /cvsroot/lwatch/files/src/config.h.in,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** config.h.in 21 Mar 2003 14:27:49 -0000 1.10 --- config.h.in 24 Mar 2003 13:43:23 -0000 1.11 *************** *** 87,90 **** --- 87,93 ---- #undef HAVE_VPRINTF + /* Default input file */ + #undef INPUTFILE + /* Name of package */ #undef PACKAGE Index: defaults.h =================================================================== RCS file: /cvsroot/lwatch/files/src/defaults.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** defaults.h 18 Mar 2003 14:41:24 -0000 1.4 --- defaults.h 24 Mar 2003 13:43:23 -0000 1.5 *************** *** 38,41 **** #define DEF_MESG_COLOR FGWHITE #define DEF_CONF_FILE SYSCONFDIR "/lwatch.conf" ! #define DEF_IN_FILE "/tmp/test" #define DEF_CREATE_FIFO YES --- 38,41 ---- #define DEF_MESG_COLOR FGWHITE #define DEF_CONF_FILE SYSCONFDIR "/lwatch.conf" ! #define DEF_IN_FILE INPUTFILE #define DEF_CREATE_FIFO YES |
|
From: <ar...@us...> - 2003-03-24 13:43:26
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv26252/doc
Modified Files:
Makefile.am Makefile.in conf.ent.in lwatch.1.in lwatch.sgml
Log Message:
- build-in default input file could be changed during build time with
./configure --enable-input=file
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Makefile.am 22 Mar 2003 18:36:00 -0000 1.20
--- Makefile.am 24 Mar 2003 13:43:21 -0000 1.21
***************
*** 1,13 ****
man_MANS = lwatch.1
EXTRA_DIST = lwatch.sgml conf.ent.in lwatch.1.in
! CLEANFILES = lwatch.1 conf.ent
if HAVE_D2M
lwatch.1: lwatch.sgml conf.ent.in
! $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < conf.ent.in > conf.ent
$(dbook2man) lwatch.sgml > lwatch.1
else
lwatch.1: lwatch.1.in Makefile
! $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < lwatch.1.in > lwatch.1
endif
--- 1,16 ----
man_MANS = lwatch.1
EXTRA_DIST = lwatch.sgml conf.ent.in lwatch.1.in
! CLEANFILES = lwatch.1 conf.ent lwatch.txt manpage.links manpage.refs
!
! sed_prog = -e 's!@CONFDIR\@!$(sysconfdir)!g' -e 's!@BINDIR\@!$(bindir)!g' -e 's!@INPUTFILE\@!$(INPUTFILE)!g'
!
if HAVE_D2M
lwatch.1: lwatch.sgml conf.ent.in
! $(SED) $(sed_prog) < conf.ent.in > conf.ent
$(dbook2man) lwatch.sgml > lwatch.1
else
lwatch.1: lwatch.1.in Makefile
! $(SED) $(sed_prog) < lwatch.1.in > lwatch.1
endif
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Makefile.in 22 Mar 2003 18:36:00 -0000 1.19
--- Makefile.in 24 Mar 2003 13:43:21 -0000 1.20
***************
*** 60,63 ****
--- 60,64 ----
HAVE_D2M_FALSE = @HAVE_D2M_FALSE@
HAVE_D2M_TRUE = @HAVE_D2M_TRUE@
+ INPUTFILE = @INPUTFILE@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
***************
*** 126,130 ****
man_MANS = lwatch.1
EXTRA_DIST = lwatch.sgml conf.ent.in lwatch.1.in
! CLEANFILES = lwatch.1 conf.ent
subdir = doc
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--- 127,133 ----
man_MANS = lwatch.1
EXTRA_DIST = lwatch.sgml conf.ent.in lwatch.1.in
! CLEANFILES = lwatch.1 conf.ent lwatch.txt manpage.links manpage.refs
!
! sed_prog = -e 's!@CONFDIR\@!$(sysconfdir)!g' -e 's!@BINDIR\@!$(bindir)!g' -e 's!@INPUTFILE\@!$(INPUTFILE)!g'
subdir = doc
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
***************
*** 319,326 ****
@HAVE_D2M_TRUE@lwatch.1: lwatch.sgml conf.ent.in
! @HAVE_D2M_TRUE@ $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < conf.ent.in > conf.ent
@HAVE_D2M_TRUE@ $(dbook2man) lwatch.sgml > lwatch.1
@HAVE_D2M_FALSE@lwatch.1: lwatch.1.in Makefile
! @HAVE_D2M_FALSE@ $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < lwatch.1.in > lwatch.1
lwatch.1.in: lwatch.sgml conf.ent.in
--- 322,329 ----
@HAVE_D2M_TRUE@lwatch.1: lwatch.sgml conf.ent.in
! @HAVE_D2M_TRUE@ $(SED) $(sed_prog) < conf.ent.in > conf.ent
@HAVE_D2M_TRUE@ $(dbook2man) lwatch.sgml > lwatch.1
@HAVE_D2M_FALSE@lwatch.1: lwatch.1.in Makefile
! @HAVE_D2M_FALSE@ $(SED) $(sed_prog) < lwatch.1.in > lwatch.1
lwatch.1.in: lwatch.sgml conf.ent.in
Index: conf.ent.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/conf.ent.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** conf.ent.in 17 Mar 2003 16:58:00 -0000 1.4
--- conf.ent.in 24 Mar 2003 13:43:21 -0000 1.5
***************
*** 29,30 ****
--- 29,31 ----
<!ENTITY conf "@CONFDIR@/lwatch.conf">
<!ENTITY bin "@BINDIR@/lwatch">
+ <!ENTITY infile "@INPUTFILE@">
Index: lwatch.1.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** lwatch.1.in 24 Mar 2003 12:04:24 -0000 1.7
--- lwatch.1.in 24 Mar 2003 13:43:21 -0000 1.8
***************
*** 70,74 ****
\fB-C\fP
.PP
! The way it works is simple. It reads a line from input, splits it
into four parts: date, hostname, service name (with PID, if available)
and real message. Each part has its own default color. You can redefine
--- 70,74 ----
\fB-C\fP
.PP
! The way it works is simple. It reads a line from input (build-in default is @INPUTFILE@), splits it
into four parts: date, hostname, service name (with PID, if available)
and real message. Each part has its own default color. You can redefine
***************
*** 94,98 ****
.IP "\fB-f \fIfilename\fP\fP" 10
.IP "\fB--fifo \fIfilename\fP\fP" 10
! read data from named fifo filename instead of /tmp/test
.IP "\fB-s\fP" 10
.IP "\fB--show-unparsed\fP" 10
--- 94,98 ----
.IP "\fB-f \fIfilename\fP\fP" 10
.IP "\fB--fifo \fIfilename\fP\fP" 10
! read data from named fifo filename instead of @INPUTFILE@
.IP "\fB-s\fP" 10
.IP "\fB--show-unparsed\fP" 10
***************
*** 114,118 ****
.nf
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
! *.* |/tmp/your_fifo
.fi
--- 114,118 ----
.nf
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
! *.* |@INPUTFILE@
.fi
***************
*** 144,146 ****
option) any later version.
! ...\" created by instant / docbook-to-man, Mon 24 Mar 2003, 13:03
--- 144,146 ----
option) any later version.
! ...\" created by instant / docbook-to-man, Mon 24 Mar 2003, 14:40
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** lwatch.sgml 24 Mar 2003 12:04:25 -0000 1.12
--- lwatch.sgml 24 Mar 2003 13:43:21 -0000 1.13
***************
*** 76,80 ****
<option>-C</option></para>
! <para>The way it works is simple. It reads a line from input, splits it
into four parts: date, hostname, service name (with PID, if available)
and real message. Each part has its own default color. You can redefine
--- 76,80 ----
<option>-C</option></para>
! <para>The way it works is simple. It reads a line from input (build-in default is &infile;), splits it
into four parts: date, hostname, service name (with PID, if available)
and real message. Each part has its own default color. You can redefine
***************
*** 110,114 ****
<term><option>--fifo <replaceable>filename</replaceable></option></term>
<listitem>
! <para>read data from named fifo filename instead of /tmp/test</para>
</listitem>
</varlistentry>
--- 110,114 ----
<term><option>--fifo <replaceable>filename</replaceable></option></term>
<listitem>
! <para>read data from named fifo filename instead of &infile;</para>
</listitem>
</varlistentry>
***************
*** 151,155 ****
To do it, put a line:
<literallayout>
! *.* |/tmp/your_fifo
</literallayout>
in your syslog.conf. Create appropriate fifo and restart syslog, then run
--- 151,155 ----
To do it, put a line:
<literallayout>
! *.* |&infile;
</literallayout>
in your syslog.conf. Create appropriate fifo and restart syslog, then run
|
|
From: <ar...@us...> - 2003-03-24 12:04:30
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv26407
Modified Files:
lwatch.1.in lwatch.sgml
Log Message:
- language correct
Index: lwatch.1.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** lwatch.1.in 22 Mar 2003 18:34:09 -0000 1.6
--- lwatch.1.in 24 Mar 2003 12:04:24 -0000 1.7
***************
*** 62,71 ****
.SH "Description"
.PP
! The lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and displays colored logs into
stdout.
.PP
! The lwatch is highly user-customizable. It reads configuration
! data from file @CONFDIR@/lwatch.conf or (if given) from file provided with option
\fB-C\fP
.PP
--- 62,71 ----
.SH "Description"
.PP
! Lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and displays colored logs into
stdout.
.PP
! Lwatch is highly user-customizable. It reads configuration
! data from the file @CONFDIR@/lwatch.conf or (if given) from the file provided with option
\fB-C\fP
.PP
***************
*** 109,113 ****
.PP
If you use syslog you really want to read messages from named fifo.
! To do it put a line:
.PP
--- 109,113 ----
.PP
If you use syslog you really want to read messages from named fifo.
! To do it, put a line:
.PP
***************
*** 117,121 ****
.fi
! in your syslog.conf. Create apropriate fifo and restart syslog, then run
lwatch. You can also run lwatch before starting syslog.
.PP
--- 117,121 ----
.fi
! in your syslog.conf. Create appropriate fifo and restart syslog, then run
lwatch. You can also run lwatch before starting syslog.
.PP
***************
*** 123,127 ****
.IP " \(bu" 6
! fifo must exists
.IP " \(bu" 6
proper name must be put in @CONFDIR@/lwatch.conf
--- 123,127 ----
.IP " \(bu" 6
! fifo must exist
.IP " \(bu" 6
proper name must be put in @CONFDIR@/lwatch.conf
***************
*** 144,146 ****
option) any later version.
! ...\" created by instant / docbook-to-man, Sat 22 Mar 2003, 19:33
--- 144,146 ----
option) any later version.
! ...\" created by instant / docbook-to-man, Mon 24 Mar 2003, 13:03
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** lwatch.sgml 22 Mar 2003 18:32:07 -0000 1.11
--- lwatch.sgml 24 Mar 2003 12:04:25 -0000 1.12
***************
*** 68,77 ****
<title>Description</title>
! <para>The lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and displays colored logs into
stdout.</para>
! <para>The lwatch is highly user-customizable. It reads configuration
! data from file &conf; or (if given) from file provided with option
<option>-C</option></para>
--- 68,77 ----
<title>Description</title>
! <para>Lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and displays colored logs into
stdout.</para>
! <para>Lwatch is highly user-customizable. It reads configuration
! data from the file &conf; or (if given) from the file provided with option
<option>-C</option></para>
***************
*** 149,157 ****
<para>Preferred way to run lwatch is to read syslog messages from named fifo or from standard input.</para>
<para>If you use syslog you really want to read messages from named fifo.
! To do it put a line:
<literallayout>
*.* |/tmp/your_fifo
</literallayout>
! in your syslog.conf. Create apropriate fifo and restart syslog, then run
lwatch. You can also run lwatch before starting syslog.</para>
--- 149,157 ----
<para>Preferred way to run lwatch is to read syslog messages from named fifo or from standard input.</para>
<para>If you use syslog you really want to read messages from named fifo.
! To do it, put a line:
<literallayout>
*.* |/tmp/your_fifo
</literallayout>
! in your syslog.conf. Create appropriate fifo and restart syslog, then run
lwatch. You can also run lwatch before starting syslog.</para>
***************
*** 159,163 ****
Remember:
<itemizedlist mark="dash" spacing="compact">
! <listitem><para>fifo must exists</para></listitem>
<listitem><para>proper name must be put in &conf;</para></listitem>
</itemizedlist>
--- 159,163 ----
Remember:
<itemizedlist mark="dash" spacing="compact">
! <listitem><para>fifo must exist</para></listitem>
<listitem><para>proper name must be put in &conf;</para></listitem>
</itemizedlist>
|
|
From: <ar...@us...> - 2003-03-22 18:39:22
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv7196 Modified Files: lwatch.1.in Log Message: - stub rebuilded Index: lwatch.1.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lwatch.1.in 21 Mar 2003 15:35:46 -0000 1.5 --- lwatch.1.in 22 Mar 2003 18:34:09 -0000 1.6 *************** *** 88,92 **** .SH "Command line options" .PP ! Type lwatch -h for options and their description. .SH "Running" .PP --- 88,107 ---- .SH "Command line options" .PP ! ! .IP "\fB-C \fIfilename\fP\fP" 10 ! .IP "\fB--config \fIfilename\fP\fP" 10 ! read config from filename instead of @CONFDIR@/lwatch.conf ! .IP "\fB-f \fIfilename\fP\fP" 10 ! .IP "\fB--fifo \fIfilename\fP\fP" 10 ! read data from named fifo filename instead of /tmp/test ! .IP "\fB-s\fP" 10 ! .IP "\fB--show-unparsed\fP" 10 ! show unparsed lines like `last message repeated 5 times' or `--- MARK ---' ! .IP "\fB-o\fP" 10 ! .IP "\fB--omit-rc\fP" 10 ! do not read values from config file ! .IP "\fB-h\fP" 10 ! .IP "\fB--help\fP" 10 ! show help about runtime option .SH "Running" .PP *************** *** 129,131 **** option) any later version. ! ...\" created by instant / docbook-to-man, Fri 21 Mar 2003, 16:29 --- 144,146 ---- option) any later version. ! ...\" created by instant / docbook-to-man, Sat 22 Mar 2003, 19:33 |
|
From: <ar...@us...> - 2003-03-22 18:36:05
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv7668 Modified Files: Makefile.am Makefile.in Log Message: - I don't want this target in CVS Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Makefile.am 22 Mar 2003 18:32:03 -0000 1.19 --- Makefile.am 22 Mar 2003 18:36:00 -0000 1.20 *************** *** 7,12 **** $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < conf.ent.in > conf.ent $(dbook2man) lwatch.sgml > lwatch.1 - @echo -n Press any key - @read else lwatch.1: lwatch.1.in Makefile --- 7,10 ---- *************** *** 17,24 **** cp conf.ent.in conf.ent $(dbook2man) lwatch.sgml > lwatch.1.in - - # for making it easier for me - man: lwatch.1 - man ./lwatch.1 if HAVE_D2M --- 15,18 ---- Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile.in 22 Mar 2003 18:32:04 -0000 1.18 --- Makefile.in 22 Mar 2003 18:36:00 -0000 1.19 *************** *** 321,326 **** @HAVE_D2M_TRUE@ $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < conf.ent.in > conf.ent @HAVE_D2M_TRUE@ $(dbook2man) lwatch.sgml > lwatch.1 - @HAVE_D2M_TRUE@ @echo -n Press any key - @HAVE_D2M_TRUE@ @read @HAVE_D2M_FALSE@lwatch.1: lwatch.1.in Makefile @HAVE_D2M_FALSE@ $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < lwatch.1.in > lwatch.1 --- 321,324 ---- *************** *** 329,336 **** cp conf.ent.in conf.ent $(dbook2man) lwatch.sgml > lwatch.1.in - - # for making it easier for me - man: lwatch.1 - man ./lwatch.1 @HAVE_D2M_TRUE@.PHONY: lwatch.1.in man --- 327,330 ---- |
|
From: <ar...@us...> - 2003-03-22 18:32:17
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv6267/doc
Modified Files:
Makefile.am Makefile.in lwatch.sgml
Log Message:
- some stuff in manual added
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Makefile.am 18 Mar 2003 16:05:41 -0000 1.18
--- Makefile.am 22 Mar 2003 18:32:03 -0000 1.19
***************
*** 7,10 ****
--- 7,12 ----
$(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < conf.ent.in > conf.ent
$(dbook2man) lwatch.sgml > lwatch.1
+ @echo -n Press any key
+ @read
else
lwatch.1: lwatch.1.in Makefile
***************
*** 16,20 ****
$(dbook2man) lwatch.sgml > lwatch.1.in
if HAVE_D2M
! .PHONY: lwatch.1.in
endif
--- 18,28 ----
$(dbook2man) lwatch.sgml > lwatch.1.in
+ # for making it easier for me
+ man: lwatch.1
+ man ./lwatch.1
+
if HAVE_D2M
! .PHONY: lwatch.1.in man
! else
! .PHONY: man
endif
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Makefile.in 18 Mar 2003 16:34:49 -0000 1.17
--- Makefile.in 22 Mar 2003 18:32:04 -0000 1.18
***************
*** 321,324 ****
--- 321,326 ----
@HAVE_D2M_TRUE@ $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < conf.ent.in > conf.ent
@HAVE_D2M_TRUE@ $(dbook2man) lwatch.sgml > lwatch.1
+ @HAVE_D2M_TRUE@ @echo -n Press any key
+ @HAVE_D2M_TRUE@ @read
@HAVE_D2M_FALSE@lwatch.1: lwatch.1.in Makefile
@HAVE_D2M_FALSE@ $(SED) -e "s#@CONFDIR\@#$(sysconfdir)#g" -e "s#@BINDIR\@#$(bindir)#g" < lwatch.1.in > lwatch.1
***************
*** 328,332 ****
$(dbook2man) lwatch.sgml > lwatch.1.in
! @HAVE_D2M_TRUE@.PHONY: lwatch.1.in
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
--- 330,339 ----
$(dbook2man) lwatch.sgml > lwatch.1.in
! # for making it easier for me
! man: lwatch.1
! man ./lwatch.1
!
! @HAVE_D2M_TRUE@.PHONY: lwatch.1.in man
! @HAVE_D2M_FALSE@.PHONY: man
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** lwatch.sgml 22 Mar 2003 17:20:40 -0000 1.10
--- lwatch.sgml 22 Mar 2003 18:32:07 -0000 1.11
***************
*** 98,107 ****
<title>Command line options</title>
<para>
! <itemizedlist>
! <listitem><para>raz</para></listitem>
! <listitem><para>dwa</para></listitem>
! <listitem><para>trzy</para></listitem>
! </itemizedlist>
! Type lwatch -h for options and their description.
</para>
</refsect1>
--- 98,138 ----
<title>Command line options</title>
<para>
! <variablelist>
! <varlistentry>
! <term><option>-C <replaceable>filename</replaceable></option></term>
! <term><option>--config <replaceable>filename</replaceable></option></term>
! <listitem>
! <para>read config from filename instead of &conf;</para>
! </listitem>
! </varlistentry>
! <varlistentry>
! <term><option>-f <replaceable>filename</replaceable></option></term>
! <term><option>--fifo <replaceable>filename</replaceable></option></term>
! <listitem>
! <para>read data from named fifo filename instead of /tmp/test</para>
! </listitem>
! </varlistentry>
! <varlistentry>
! <term><option>-s</option></term>
! <term><option>--show-unparsed</option></term>
! <listitem>
! <para>show unparsed lines like `last message repeated 5 times' or `--- MARK ---'</para>
! </listitem>
! </varlistentry>
! <varlistentry>
! <term><option>-o</option></term>
! <term><option>--omit-rc</option></term>
! <listitem>
! <para>do not read values from config file</para>
! </listitem>
! </varlistentry>
! <varlistentry>
! <term><option>-h</option></term>
! <term><option>--help</option></term>
! <listitem>
! <para>show help about runtime option</para>
! </listitem>
! </varlistentry>
! </variablelist>
</para>
</refsect1>
|
|
From: <ar...@us...> - 2003-03-22 17:56:57
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv26775 Modified Files: settings.c Log Message: - typo Index: settings.c =================================================================== RCS file: /cvsroot/lwatch/files/src/settings.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** settings.c 21 Mar 2003 15:35:51 -0000 1.16 --- settings.c 22 Mar 2003 17:56:54 -0000 1.17 *************** *** 69,73 **** "\tshows unparsed lines (like `last message repeated X times')", " -o, --omit-rc", ! "\tdo not read values from cofig file", " -h, --help", "\tshow this info", --- 69,73 ---- "\tshows unparsed lines (like `last message repeated X times')", " -o, --omit-rc", ! "\tdo not read values from config file", " -h, --help", "\tshow this info", |
|
From: <ar...@us...> - 2003-03-22 17:20:44
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv12979
Modified Files:
lwatch.sgml
Log Message:
- RefEntryInfo removed from DocBook
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** lwatch.sgml 21 Mar 2003 15:35:47 -0000 1.9
--- lwatch.sgml 22 Mar 2003 17:20:40 -0000 1.10
***************
*** 30,34 ****
http://hell.pl/arturcz/
-
$Id$
$Source$
--- 30,33 ----
***************
*** 36,51 ****
<refentry>
- <!-- WTF is it?
- <refentryinfo>
- <address>
- <email>ar...@he...</email>
- </address>
- <author>
- <firstname>Artur</firstname>
- <surname>Czechowski</surname>
- </author>
- <date>2002-07-09</date>
- </refentryinfo>
- -->
<refmeta>
--- 35,38 ----
***************
*** 97,101 ****
you wish. You are able to set a new color for any part (date, host,
service, message) using regexp based patterns.</para>
-
</refsect1>
--- 84,87 ----
***************
*** 112,116 ****
<title>Command line options</title>
<para>
! Type lwatch -h for options and their description.</para>
</refsect1>
--- 98,108 ----
<title>Command line options</title>
<para>
! <itemizedlist>
! <listitem><para>raz</para></listitem>
! <listitem><para>dwa</para></listitem>
! <listitem><para>trzy</para></listitem>
! </itemizedlist>
! Type lwatch -h for options and their description.
! </para>
</refsect1>
|
|
From: <ar...@us...> - 2003-03-21 16:29:33
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv22243 Modified Files: ChangeLog Log Message: - notice about bugfix Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 21 Mar 2003 15:35:37 -0000 1.5 --- ChangeLog 21 Mar 2003 15:54:55 -0000 1.6 *************** *** 4,7 **** --- 4,8 ---- compliant with GPL2.0 support for show_unparsed + bugfix: yes and no was negated |
|
From: <ar...@us...> - 2003-03-21 15:52:16
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv17933 Modified Files: TODO Log Message: - new item Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TODO 21 Mar 2003 15:35:39 -0000 1.6 --- TODO 21 Mar 2003 15:45:00 -0000 1.7 *************** *** 2,6 **** $Source$ ! Now (for next release): - complete manual --- 2,6 ---- $Source$ ! Now (for 0.2): - complete manual *************** *** 18,21 **** --- 18,22 ---- - write documentation in info format - run as daemon + - running external program as action If you have any feature request not presented here look at: |
|
From: <ar...@us...> - 2003-03-21 15:42:09
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv15188 Modified Files: lwatch.conf Log Message: - typo Index: lwatch.conf =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** lwatch.conf 21 Mar 2003 15:35:50 -0000 1.13 --- lwatch.conf 21 Mar 2003 15:38:10 -0000 1.14 *************** *** 25,29 **** # NOT SUPPORTED IN THIS RELEASE! ! # What to do with unprsed lines like: # Mar 21 15:45:06 musashi -- MARK -- # or --- 25,29 ---- # NOT SUPPORTED IN THIS RELEASE! ! # What to do with unparsed lines like: # Mar 21 15:45:06 musashi -- MARK -- # or |
|
From: <ar...@us...> - 2003-03-21 15:39:58
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv13746/src
Modified Files:
lwatch.conf settings.c settings.h strpcre.c yparse.l
Log Message:
- support for show_unparsed
- create_fifo doesn't work, removed
Index: lwatch.conf
===================================================================
RCS file: /cvsroot/lwatch/files/src/lwatch.conf,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** lwatch.conf 26 Feb 2003 13:19:43 -0000 1.12
--- lwatch.conf 21 Mar 2003 15:35:50 -0000 1.13
***************
*** 19,24 ****
input_fifo=/tmp/test
# If reading from filename: should I create fifo if it doesn't exist? yes or no
! create_fifo=no
#and below clue of lwatch: configuration rules for message higlighting.
--- 19,34 ----
input_fifo=/tmp/test
+ # NOT SUPPORTED IN THIS RELEASE!
# If reading from filename: should I create fifo if it doesn't exist? yes or no
! # default is no
! # create_fifo=no
! # NOT SUPPORTED IN THIS RELEASE!
!
! # What to do with unprsed lines like:
! # Mar 21 15:45:06 musashi -- MARK --
! # or
! # Mar 21 16:02:58 goofie last message repeated 2 times
! # Default is no
! show_unparsed=no
#and below clue of lwatch: configuration rules for message higlighting.
Index: settings.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/settings.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** settings.c 21 Mar 2003 13:47:30 -0000 1.15
--- settings.c 21 Mar 2003 15:35:51 -0000 1.16
***************
*** 62,67 ****
--- 62,71 ----
" -f, --fifo filename",
"\tread data from named fifo filename instead of " DEF_IN_FILE ",",
+ /*
" -c, --create-fifo",
"\tcreate fifo if does not exist",
+ */
+ " -s, --show-unparsed",
+ "\tshows unparsed lines (like `last message repeated X times')",
" -o, --omit-rc",
"\tdo not read values from cofig file",
***************
*** 97,100 ****
--- 101,105 ----
{"fifo",1,0,'f'},
{"create-fifo",0,0,'c'},
+ {"show-unparsed",0,0,'s'},
{"omit-rc",0,0,'o'},
{"help",0,0,'h'},
***************
*** 111,115 ****
#endif
memset(&lw_conf,0,sizeof(lw_conf));
! while((c=getopt_long(argc,argv,"C:f:coh",opt,&idx))!=EOF) {
switch(c) {
case 'C':
--- 116,120 ----
#endif
memset(&lw_conf,0,sizeof(lw_conf));
! while((c=getopt_long(argc,argv,"C:f:cosh",opt,&idx))!=EOF) {
switch(c) {
case 'C':
***************
*** 137,140 ****
--- 142,151 ----
#ifdef DEBUG
printf("Create fifo if doesn't exist\n");
+ #endif
+ break;
+ case 's':
+ lw_conf.show_unparsed=1;
+ #ifdef DEBUG
+ printf("Shows unparsed lines\n");
#endif
break;
Index: settings.h
===================================================================
RCS file: /cvsroot/lwatch/files/src/settings.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** settings.h 25 Feb 2003 16:24:43 -0000 1.7
--- settings.h 21 Mar 2003 15:35:53 -0000 1.8
***************
*** 38,41 ****
--- 38,42 ----
char fifo_file[MAXPATHLEN+1];
int create_fifo;
+ int show_unparsed;
};
Index: strpcre.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/strpcre.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** strpcre.c 25 Feb 2003 16:30:00 -0000 1.15
--- strpcre.c 21 Mar 2003 15:35:54 -0000 1.16
***************
*** 176,180 ****
(int*)&re_matches,RE_NMATCHES);
if(n<0) {
! printf("%s\n",input);
return;
}
--- 176,180 ----
(int*)&re_matches,RE_NMATCHES);
if(n<0) {
! if(lw_conf.show_unparsed) printf("%s\n",input);
return;
}
Index: yparse.l
===================================================================
RCS file: /cvsroot/lwatch/files/src/yparse.l,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** yparse.l 25 Feb 2003 16:24:45 -0000 1.14
--- yparse.l 21 Mar 2003 15:35:55 -0000 1.15
***************
*** 69,73 ****
%option noyywrap
! M_KEYWORD input_fifo|create_fifo
R_KEYCOLOR date_color|host_color|serv_color|mesg_color|color|highlight
R_KEYWORD match_service|match_host|ignore|exit
--- 69,73 ----
%option noyywrap
! M_KEYWORD input_fifo|create_fifo|show_unparsed
R_KEYCOLOR date_color|host_color|serv_color|mesg_color|color|highlight
R_KEYWORD match_service|match_host|ignore|exit
***************
*** 114,117 ****
--- 114,124 ----
PUSH(BOOLEAN);
}
+ <INITIAL>show_unparsed= {
+ yyip=&lw_conf.show_unparsed;
+ #ifdef DEBUG
+ strcpy(mymsg,"show_unparsed");
+ #endif
+ PUSH(BOOLEAN);
+ }
<INITIAL>date_color= {
PUSH(COLOR);
***************
*** 200,208 ****
<BOOLEAN>{BOOL} {
*yyip=0;
! if(strcasecmp(yytext,"yes")) {
*yyip=1;
}
#ifdef DEBUG
! printf("Set %s to %s\n",mymsg,yytext);
#endif
POP;
--- 207,215 ----
<BOOLEAN>{BOOL} {
*yyip=0;
! if(!strcasecmp(yytext,"yes")) {
*yyip=1;
}
#ifdef DEBUG
! printf("Set %s to %s (%i)\n",mymsg,yytext,*yyip);
#endif
POP;
|
|
From: <ar...@us...> - 2003-03-21 15:38:25
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv13746 Modified Files: ChangeLog TODO configure Log Message: - support for show_unparsed - create_fifo doesn't work, removed Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 21 Mar 2003 13:36:37 -0000 1.4 --- ChangeLog 21 Mar 2003 15:35:37 -0000 1.5 *************** *** 3,6 **** --- 3,7 ---- reading lwatch.conf from $sysconfdir compliant with GPL2.0 + support for show_unparsed Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TODO 21 Mar 2003 14:32:49 -0000 1.5 --- TODO 21 Mar 2003 15:35:39 -0000 1.6 *************** *** 3,10 **** Now (for next release): - - show or not unparsed lines (parameter in config file and runtime option) - complete manual Later: - versioning of configuration file - extended rules, i.e. line matches only if server and message matches given --- 3,12 ---- Now (for next release): - complete manual Later: + - create fifo (if needed by user) + - reopen fifos closed on syslog restart + - proper signal handling - versioning of configuration file - extended rules, i.e. line matches only if server and message matches given Index: configure =================================================================== RCS file: /cvsroot/lwatch/files/configure,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** configure 21 Mar 2003 14:27:48 -0000 1.24 --- configure 21 Mar 2003 15:35:40 -0000 1.25 *************** *** 1,4 **** #! /bin/sh ! # From configure.ac Revision: 1.20 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. --- 1,4 ---- #! /bin/sh ! # From configure.ac Revision: 1.21 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. |
|
From: <ar...@us...> - 2003-03-21 15:38:13
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv13746/doc
Modified Files:
lwatch.1.in lwatch.sgml
Log Message:
- support for show_unparsed
- create_fifo doesn't work, removed
Index: lwatch.1.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** lwatch.1.in 18 Mar 2003 13:36:39 -0000 1.4
--- lwatch.1.in 21 Mar 2003 15:35:46 -0000 1.5
***************
*** 59,63 ****
.SH "SYNOPSIS"
.PP
! \fBlwatch\fP [-C \fIfilename\fP] [--config \fIfilename\fP] [-f \fIfilename\fP] [--fifo \fIfilename\fP] [-coh] [--create-fifo] [--omit-rc] [--help]
.SH "Description"
.PP
--- 59,63 ----
.SH "SYNOPSIS"
.PP
! \fBlwatch\fP [-C \fIfilename\fP] [--config \fIfilename\fP] [-f \fIfilename\fP] [--fifo \fIfilename\fP] [-soh] [--show-unparsed] [--omit-rc] [--help]
.SH "Description"
.PP
***************
*** 129,131 ****
option) any later version.
! ...\" created by instant / docbook-to-man, Tue 18 Mar 2003, 14:30
--- 129,131 ----
option) any later version.
! ...\" created by instant / docbook-to-man, Fri 21 Mar 2003, 16:29
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lwatch.sgml 17 Mar 2003 16:58:00 -0000 1.8
--- lwatch.sgml 21 Mar 2003 15:35:47 -0000 1.9
***************
*** 68,73 ****
<arg>-f <replaceable>filename</replaceable></arg>
<arg>--fifo <replaceable>filename</replaceable></arg>
! <arg>-coh</arg>
! <arg>--create-fifo</arg>
<arg>--omit-rc</arg>
<arg>--help</arg>
--- 68,76 ----
<arg>-f <replaceable>filename</replaceable></arg>
<arg>--fifo <replaceable>filename</replaceable></arg>
! <arg>-<!-- c -->soh</arg>
! <!--
! <arg>- -create-fifo</arg>
! -->
! <arg>--show-unparsed</arg>
<arg>--omit-rc</arg>
<arg>--help</arg>
|
|
From: <ar...@us...> - 2003-03-21 14:32:54
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv18201 Modified Files: TODO Log Message: - compliant with GPL2.0 Index: TODO =================================================================== RCS file: /cvsroot/lwatch/files/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TODO 18 Mar 2003 12:13:40 -0000 1.4 --- TODO 21 Mar 2003 14:32:49 -0000 1.5 *************** *** 5,9 **** - show or not unparsed lines (parameter in config file and runtime option) - complete manual - - adjust to GNU GPL requirements Later: --- 5,8 ---- |
|
From: <ar...@us...> - 2003-03-21 14:27:54
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv15414/src Modified Files: config.h.in Log Message: - checking for existence of headers files Index: config.h.in =================================================================== RCS file: /cvsroot/lwatch/files/src/config.h.in,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** config.h.in 18 Mar 2003 16:05:42 -0000 1.9 --- config.h.in 21 Mar 2003 14:27:49 -0000 1.10 *************** *** 7,13 **** --- 7,19 ---- #undef HAVE_DOPRNT + /* Define to 1 if you have the <errno.h> header file. */ + #undef HAVE_ERRNO_H + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H + /* Define to 1 if you have the <getopt.h> header file. */ + #undef HAVE_GETOPT_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H *************** *** 33,36 **** --- 39,48 ---- #undef HAVE_REALLOC + /* Define to 1 if you have the <signal.h> header file. */ + #undef HAVE_SIGNAL_H + + /* Define to 1 if you have the <stdarg.h> header file. */ + #undef HAVE_STDARG_H + /* Define to 1 if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H *************** *** 39,42 **** --- 51,57 ---- #undef HAVE_STDINT_H + /* Define to 1 if you have the <stdio.h> header file. */ + #undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H *************** *** 56,59 **** --- 71,77 ---- /* Define to 1 if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H + + /* Define to 1 if you have the <sys/poll.h> header file. */ + #undef HAVE_SYS_POLL_H /* Define to 1 if you have the <sys/stat.h> header file. */ |
|
From: <ar...@us...> - 2003-03-21 14:27:54
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv15414 Modified Files: configure configure.ac Log Message: - checking for existence of headers files Index: configure =================================================================== RCS file: /cvsroot/lwatch/files/configure,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** configure 21 Mar 2003 13:47:29 -0000 1.23 --- configure 21 Mar 2003 14:27:48 -0000 1.24 *************** *** 1,4 **** #! /bin/sh ! # From configure.ac Revision: 1.19 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. --- 1,4 ---- #! /bin/sh ! # From configure.ac Revision: 1.20 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. *************** *** 3696,3700 **** ! for ac_header in fcntl.h stddef.h stdlib.h string.h sys/param.h unistd.h pcre.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --- 3696,3708 ---- ! ! ! ! ! ! ! ! ! for ac_header in errno.h fcntl.h getopt.h pcre.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/param.h sys/poll.h sys/stat.h sys/types.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** configure.ac 21 Mar 2003 13:47:29 -0000 1.20 --- configure.ac 21 Mar 2003 14:27:48 -0000 1.21 *************** *** 37,41 **** # Checks for header files. AC_HEADER_STDC ! AC_CHECK_HEADERS([fcntl.h stddef.h stdlib.h string.h sys/param.h unistd.h pcre.h]) # Take fun :) --- 37,41 ---- # Checks for header files. AC_HEADER_STDC ! AC_CHECK_HEADERS([errno.h fcntl.h getopt.h pcre.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/param.h sys/poll.h sys/stat.h sys/types.h unistd.h]) # Take fun :) |
|
From: <ar...@us...> - 2003-03-21 13:47:33
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv32727 Modified Files: configure configure.ac Log Message: - lwatch -h shows version number Index: configure =================================================================== RCS file: /cvsroot/lwatch/files/configure,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** configure 18 Mar 2003 16:34:40 -0000 1.22 --- configure 21 Mar 2003 13:47:29 -0000 1.23 *************** *** 1,4 **** #! /bin/sh ! # From configure.ac Revision: 1.18 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. --- 1,4 ---- #! /bin/sh ! # From configure.ac Revision: 1.19 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for lwatch 0.2. *************** *** 4763,4767 **** # Define autoheader templates - --- 4763,4766 ---- Index: configure.ac =================================================================== RCS file: /cvsroot/lwatch/files/configure.ac,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** configure.ac 18 Mar 2003 16:34:48 -0000 1.19 --- configure.ac 21 Mar 2003 13:47:29 -0000 1.20 *************** *** 63,67 **** [Define to 1 if you want to compile with debug support.]) - AH_TEMPLATE([SYSCONFDIR], [Directory where configuration file is placed]) --- 63,66 ---- |
|
From: <ar...@us...> - 2003-03-21 13:47:33
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv32727/src
Modified Files:
settings.c
Log Message:
- lwatch -h shows version number
Index: settings.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/settings.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** settings.c 21 Mar 2003 13:36:38 -0000 1.14
--- settings.c 21 Mar 2003 13:47:30 -0000 1.15
***************
*** 53,57 ****
int i;
char *usage[]={
! "Log Watcher, the log colourize tool, $Revision$",
"Copyright (C) 2002-2003 by Artur R. Czechowski <ar...@he...>",
"http://sourceforge.net/projects/lwatch",
--- 53,57 ----
int i;
char *usage[]={
! "Log Watcher, the log colourize tool, version " VERSION,
"Copyright (C) 2002-2003 by Artur R. Czechowski <ar...@he...>",
"http://sourceforge.net/projects/lwatch",
|
|
From: <ar...@us...> - 2003-03-21 13:36:42
|
Update of /cvsroot/lwatch/files/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29022/src
Modified Files:
settings.c
Log Message:
- compliant with GPL2.0
Index: settings.c
===================================================================
RCS file: /cvsroot/lwatch/files/src/settings.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** settings.c 25 Feb 2003 16:24:42 -0000 1.13
--- settings.c 21 Mar 2003 13:36:38 -0000 1.14
***************
*** 53,59 ****
int i;
char *usage[]={
! "Log Watcher, (c) by Artur R. Czechowski",
! "This software is licenced on GPL",
! "(FIXME - more stuff 'bout GPL)",
"",
"Options:",
--- 53,59 ----
int i;
char *usage[]={
! "Log Watcher, the log colourize tool, $Revision$",
! "Copyright (C) 2002-2003 by Artur R. Czechowski <ar...@he...>",
! "http://sourceforge.net/projects/lwatch",
"",
"Options:",
***************
*** 69,73 ****
"\tshow this info",
"",
! "http://sourceforge.net/projects/lwatch",
NULL
};
--- 69,86 ----
"\tshow this info",
"",
! "This program is free software; you can redistribute it and/or modify",
! "it under the terms of the GNU General Public License as published by",
! "the Free Software Foundation; either version 2 of the License, or",
! "(at your option) any later version.",
! "",
! "This program is distributed in the hope that it will be useful,",
! "but WITHOUT ANY WARRANTY; without even the implied warranty of",
! "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
! "GNU General Public License for more details.",
!
! "",
! "You should have received a copy of the GNU General Public License",
! "along with this program; if not, write to the Free Software",
! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA",
NULL
};
|
|
From: <ar...@us...> - 2003-03-21 13:36:42
|
Update of /cvsroot/lwatch/files In directory sc8-pr-cvs1:/tmp/cvs-serv29022 Modified Files: ChangeLog Log Message: - compliant with GPL2.0 Index: ChangeLog =================================================================== RCS file: /cvsroot/lwatch/files/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 18 Mar 2003 14:41:22 -0000 1.3 --- ChangeLog 21 Mar 2003 13:36:37 -0000 1.4 *************** *** 2,5 **** --- 2,6 ---- ChangeLog filled :) reading lwatch.conf from $sysconfdir + compliant with GPL2.0 |
|
From: <ar...@us...> - 2003-03-18 16:35:27
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv22919/src Modified Files: Makefile.in Log Message: - checking for build/host/target type Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/src/Makefile.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile.in 18 Mar 2003 16:05:42 -0000 1.12 --- Makefile.in 18 Mar 2003 16:34:51 -0000 1.13 *************** *** 36,39 **** --- 36,40 ---- PRE_UNINSTALL = : POST_UNINSTALL = : + host_triplet = @host@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ *************** *** 92,100 **** --- 93,109 ---- am__quote = @am__quote@ bindir = @bindir@ + build = @build@ build_alias = @build_alias@ + build_cpu = @build_cpu@ + build_os = @build_os@ + build_vendor = @build_vendor@ datadir = @datadir@ dbook2man = @dbook2man@ exec_prefix = @exec_prefix@ + host = @host@ host_alias = @host_alias@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ includedir = @includedir@ infodir = @infodir@ *************** *** 110,114 **** --- 119,127 ---- sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ + target = @target@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ bin_PROGRAMS = lwatch xh = acolors.h control.h defaults.h settings.h strpcre.h yparse.h |
|
From: <ar...@us...> - 2003-03-18 16:35:26
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv22919
Modified Files:
Makefile.in configure configure.ac
Added Files:
config.guess config.sub
Log Message:
- checking for build/host/target type
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/Makefile.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile.in 18 Mar 2003 16:28:46 -0000 1.16
--- Makefile.in 18 Mar 2003 16:34:33 -0000 1.17
***************
*** 36,39 ****
--- 36,40 ----
PRE_UNINSTALL = :
POST_UNINSTALL = :
+ host_triplet = @host@
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
***************
*** 92,100 ****
--- 93,109 ----
am__quote = @am__quote@
bindir = @bindir@
+ build = @build@
build_alias = @build_alias@
+ build_cpu = @build_cpu@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
datadir = @datadir@
dbook2man = @dbook2man@
exec_prefix = @exec_prefix@
+ host = @host@
host_alias = @host_alias@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
includedir = @includedir@
infodir = @infodir@
***************
*** 110,114 ****
--- 119,127 ----
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
+ target = @target@
target_alias = @target_alias@
+ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
SUBDIRS = src doc
subdir = .
Index: configure
===================================================================
RCS file: /cvsroot/lwatch/files/configure,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** configure 18 Mar 2003 16:05:36 -0000 1.21
--- configure 18 Mar 2003 16:34:40 -0000 1.22
***************
*** 1,4 ****
#! /bin/sh
! # From configure.ac Revision: 1.17 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for lwatch 0.2.
--- 1,4 ----
#! /bin/sh
! # From configure.ac Revision: 1.18 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for lwatch 0.2.
***************
*** 311,315 ****
#endif"
! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S LEX LEXLIB LEX_OUTPUT_ROOT SED dbook2man CPP EGREP LIBOBJS HAVE_D2M_TRUE HAVE_D2M_FALSE LTLIBOBJS'
ac_subst_files=''
--- 311,315 ----
#endif"
! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE LN_S LEX LEXLIB LEX_OUTPUT_ROOT SED dbook2man CPP EGREP LIBOBJS HAVE_D2M_TRUE HAVE_D2M_FALSE LTLIBOBJS'
ac_subst_files=''
***************
*** 837,840 ****
--- 837,845 ----
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
+
+ System types:
+ --build=BUILD configure for building on BUILD [guessed]
+ --host=HOST cross-compile to build programs to run on HOST [BUILD]
+ --target=TARGET configure for building compilers for TARGET [HOST]
_ACEOF
fi
***************
*** 1281,1289 ****
- #AC_CANONICAL_BUILD
- #AC_CANONICAL_HOST
- #AC_CANONICAL_TARGET
-
- am__api_version="1.7"
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
--- 1286,1289 ----
***************
*** 1311,1314 ****
--- 1311,1398 ----
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
+ # Make sure we can run config.sub.
+ $ac_config_sub sun4 >/dev/null 2>&1 ||
+ { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
+ echo "$as_me: error: cannot run $ac_config_sub" >&2;}
+ { (exit 1); exit 1; }; }
+
+ echo "$as_me:$LINENO: checking build system type" >&5
+ echo $ECHO_N "checking build system type... $ECHO_C" >&6
+ if test "${ac_cv_build+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_cv_build_alias=$build_alias
+ test -z "$ac_cv_build_alias" &&
+ ac_cv_build_alias=`$ac_config_guess`
+ test -z "$ac_cv_build_alias" &&
+ { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
+ echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
+ { (exit 1); exit 1; }; }
+ ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
+ { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
+ echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
+ echo "${ECHO_T}$ac_cv_build" >&6
+ build=$ac_cv_build
+ build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+ build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+ build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+
+ echo "$as_me:$LINENO: checking host system type" >&5
+ echo $ECHO_N "checking host system type... $ECHO_C" >&6
+ if test "${ac_cv_host+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_cv_host_alias=$host_alias
+ test -z "$ac_cv_host_alias" &&
+ ac_cv_host_alias=$ac_cv_build_alias
+ ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
+ { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+ echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
+ echo "${ECHO_T}$ac_cv_host" >&6
+ host=$ac_cv_host
+ host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+ host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+ host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+
+ echo "$as_me:$LINENO: checking target system type" >&5
+ echo $ECHO_N "checking target system type... $ECHO_C" >&6
+ if test "${ac_cv_target+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_cv_target_alias=$target_alias
+ test "x$ac_cv_target_alias" = "x" &&
+ ac_cv_target_alias=$ac_cv_host_alias
+ ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
+ { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
+ echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
+ { (exit 1); exit 1; }; }
+
+ fi
+ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
+ echo "${ECHO_T}$ac_cv_target" >&6
+ target=$ac_cv_target
+ target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+ target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+ target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+
+
+ # The aliases save the names the user supplied, while $host etc.
+ # will get canonicalized.
+ test -n "$target_alias" &&
+ test "$program_prefix$program_suffix$program_transform_name" = \
+ NONENONEs,x,x, &&
+ program_prefix=${target_alias}-
+
+ am__api_version="1.7"
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
***************
*** 5370,5373 ****
--- 5454,5469 ----
s,@ECHO_T@,$ECHO_T,;t t
s,@LIBS@,$LIBS,;t t
+ s,@build@,$build,;t t
+ s,@build_cpu@,$build_cpu,;t t
+ s,@build_vendor@,$build_vendor,;t t
+ s,@build_os@,$build_os,;t t
+ s,@host@,$host,;t t
+ s,@host_cpu@,$host_cpu,;t t
+ s,@host_vendor@,$host_vendor,;t t
+ s,@host_os@,$host_os,;t t
+ s,@target@,$target,;t t
+ s,@target_cpu@,$target_cpu,;t t
+ s,@target_vendor@,$target_vendor,;t t
+ s,@target_os@,$target_os,;t t
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
Index: configure.ac
===================================================================
RCS file: /cvsroot/lwatch/files/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** configure.ac 18 Mar 2003 16:05:40 -0000 1.18
--- configure.ac 18 Mar 2003 16:34:48 -0000 1.19
***************
*** 9,15 ****
AC_CONFIG_SRCDIR(src/lwatch.c)
! #AC_CANONICAL_BUILD
! #AC_CANONICAL_HOST
! #AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([dist-bzip2])
--- 9,15 ----
AC_CONFIG_SRCDIR(src/lwatch.c)
! AC_CANONICAL_BUILD
! AC_CANONICAL_HOST
! AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([dist-bzip2])
|
|
From: <ar...@us...> - 2003-03-18 16:35:26
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1:/tmp/cvs-serv22919/doc Modified Files: Makefile.in Log Message: - checking for build/host/target type Index: Makefile.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.in,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Makefile.in 18 Mar 2003 16:05:41 -0000 1.16 --- Makefile.in 18 Mar 2003 16:34:49 -0000 1.17 *************** *** 36,39 **** --- 36,40 ---- PRE_UNINSTALL = : POST_UNINSTALL = : + host_triplet = @host@ ACLOCAL = @ACLOCAL@ AMDEP_FALSE = @AMDEP_FALSE@ *************** *** 92,100 **** --- 93,109 ---- am__quote = @am__quote@ bindir = @bindir@ + build = @build@ build_alias = @build_alias@ + build_cpu = @build_cpu@ + build_os = @build_os@ + build_vendor = @build_vendor@ datadir = @datadir@ dbook2man = @dbook2man@ exec_prefix = @exec_prefix@ + host = @host@ host_alias = @host_alias@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ includedir = @includedir@ infodir = @infodir@ *************** *** 110,114 **** --- 119,127 ---- sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ + target = @target@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ man_MANS = lwatch.1 EXTRA_DIST = lwatch.sgml conf.ent.in lwatch.1.in |
|
From: <ar...@us...> - 2003-03-18 16:28:58
|
Update of /cvsroot/lwatch/files
In directory sc8-pr-cvs1:/tmp/cvs-serv20273
Modified Files:
Makefile.am Makefile.in
Log Message:
- distribute-package is no longer needed
Index: Makefile.am
===================================================================
RCS file: /cvsroot/lwatch/files/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.am 7 Feb 2003 09:58:47 -0000 1.4
--- Makefile.am 18 Mar 2003 16:28:45 -0000 1.5
***************
*** 1,4 ****
SUBDIRS = src doc
-
- dist-hook:
- echo "Dont delete this file. It is required for proper building" > $(distdir)/distributed-package
--- 1 ----
Index: Makefile.in
===================================================================
RCS file: /cvsroot/lwatch/files/Makefile.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile.in 18 Mar 2003 16:05:36 -0000 1.15
--- Makefile.in 18 Mar 2003 16:28:46 -0000 1.16
***************
*** 125,130 ****
check-recursive installcheck-recursive
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
! Makefile.in NEWS TODO aclocal.m4 configure configure.ac depcomp \
! install-sh missing mkinstalldirs
DIST_SUBDIRS = $(SUBDIRS)
all: all-recursive
--- 125,130 ----
check-recursive installcheck-recursive
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
! Makefile.in NEWS TODO aclocal.m4 config.guess config.sub \
! configure configure.ac depcomp install-sh missing mkinstalldirs
DIST_SUBDIRS = $(SUBDIRS)
all: all-recursive
***************
*** 322,328 ****
fi; \
done
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$(top_distdir)" distdir="$(distdir)" \
- dist-hook
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
--- 322,325 ----
***************
*** 493,499 ****
uninstall-info-am uninstall-info-recursive uninstall-recursive
-
- dist-hook:
- echo "Dont delete this file. It is required for proper building" > $(distdir)/distributed-package
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
--- 490,493 ----
|