[lwatch-cvs] files/doc lwatch.conf.5.in,NONE,1.1 lwatch.conf.sgml,NONE,1.1 Makefile.am,1.22,1.23 lwa
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-10 14:35:03
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20149/doc Modified Files: Makefile.am lwatch.1.in Added Files: lwatch.conf.5.in lwatch.conf.sgml Log Message: Stub for lwatch.conf(5) Index: Makefile.am =================================================================== RCS file: /cvsroot/lwatch/files/doc/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Makefile.am 4 Apr 2003 22:16:34 -0000 1.22 --- Makefile.am 10 Aug 2004 14:34:49 -0000 1.23 *************** *** 1,5 **** ! 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' --- 1,5 ---- ! man_MANS = lwatch.1 lwatch.conf.5 ! EXTRA_DIST = lwatch.sgml conf.ent.in lwatch.1.in lwatch.conf.sgml lwatch.conf.5.in ! CLEANFILES = lwatch.1 conf.ent lwatch.txt manpage.links manpage.refs lwatch.conf.5 sed_prog = -e 's!@CONFDIR\@!$(sysconfdir)!g' -e 's!@BINDIR\@!$(bindir)!g' -e 's!@INPUTFILE\@!$(INPUTFILE)!g' *************** *** 9,24 **** lwatch.1: lwatch.sgml conf.ent.in $(SED) $(sed_prog) < conf.ent.in > conf.ent ! $(dbook2man) lwatch.sgml $(dbook2man_out) else lwatch.1: lwatch.1.in Makefile $(SED) $(sed_prog) < lwatch.1.in > lwatch.1 endif lwatch.1.in: lwatch.sgml conf.ent.in cp conf.ent.in conf.ent ! $(dbook2man) lwatch.sgml $(dbook2man_out_in) if HAVE_D2M ! .PHONY: lwatch.1.in man else .PHONY: man --- 9,35 ---- lwatch.1: lwatch.sgml conf.ent.in $(SED) $(sed_prog) < conf.ent.in > conf.ent ! $(dbook2man) lwatch.sgml $(dbook2man_out) lwatch.1 ! ! lwatch.conf.5: lwatch.conf.sgml conf.ent.in ! $(SED) $(sed_prog) < conf.ent.in > conf.ent ! $(dbook2man) lwatch.conf.sgml $(dbook2man_out) lwatch.conf.5 else lwatch.1: lwatch.1.in Makefile $(SED) $(sed_prog) < lwatch.1.in > lwatch.1 + + lwatch.conf.5: lwatch.conf.5.in Makefile + $(SED) $(sed_prog) < lwatch.conf.5.in > lwatch.conf.5 endif lwatch.1.in: lwatch.sgml conf.ent.in cp conf.ent.in conf.ent ! $(dbook2man) lwatch.sgml $(dbook2man_out) lwatch.1.in ! ! lwatch.conf.5.in: lwatch.conf.sgml conf.ent.in ! cp conf.ent.in conf.ent ! $(dbook2man) lwatch.conf.sgml $(dbook2man_out) lwatch.conf.5.in if HAVE_D2M ! .PHONY: lwatch.1.in lwatch.conf.5.in man else .PHONY: man --- NEW FILE: lwatch.conf.5.in --- .\" $Header: /cvsroot/lwatch/files/doc/lwatch.conf.5.in,v 1.1 2004/08/10 14:34:49 arturcz Exp $ .\" .\" transcript compatibility for postscript use. .\" .\" synopsis: .P! <file.ps> .\" .de P! .fl \!!1 setgray .fl \\&.\" .fl \!!0 setgray .fl \" force out current output buffer \!!save /psv exch def currentpoint translate 0 0 moveto \!!/showpage{}def .fl \" prolog .sy sed -e 's/^/!/' \\$1\" bring in postscript file \!!psv restore . .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "lwatch.conf" "5" .SH "NAME" \fBlwatch.conf\fR \(em configuration file for lwatch, syntax highlighting for syslog/syslog-ng file .SH "DESCRIPTION" .PP FIXME .PP Some useful entities: @CONFDIR@/lwatch.conf @INPUTFILE@ @BINDIR@/lwatch .SH "COPYRIGHT" .PP 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. .PP Regular expression support is provided by the PCRE library package, which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England. This library is available at: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ .SH "SEE ALSO" .PP lwatch(1) .\" created by instant / docbook-to-man, Tue 10 Aug 2004, 16:31 Index: lwatch.1.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** lwatch.1.in 10 Aug 2004 14:11:44 -0000 1.19 --- lwatch.1.in 10 Aug 2004 14:34:49 -0000 1.20 *************** *** 162,164 **** .PP lwatch.conf(5) ! .\" created by instant / docbook-to-man, Tue 10 Aug 2004, 16:10 --- 162,164 ---- .PP lwatch.conf(5) ! .\" created by instant / docbook-to-man, Tue 10 Aug 2004, 16:31 --- NEW FILE: lwatch.conf.sgml --- <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY % metaconf SYSTEM "conf.ent"> %metaconf; ] > <!-- This file is part of the LogWatcher tool. Copyright (C) 2002,2003,2004 Artur Robert Czechowski The LogWatcher 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. The LogWatcher 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 the LogWatcher; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Artur R. Czechowski <ar...@he...> http://hell.pl/arturcz/ $Id: lwatch.conf.sgml,v 1.1 2004/08/10 14:34:49 arturcz Exp $ $Source: /cvsroot/lwatch/files/doc/lwatch.conf.sgml,v $ --> <refentry> <refmeta> <refentrytitle>lwatch.conf</refentrytitle> <manvolnum>5</manvolnum> </refmeta> <refnamediv> <refdescriptor>lwatch.conf</refdescriptor> <refname>lwatch.conf</refname> <refpurpose>configuration file for lwatch, syntax highlighting for syslog/syslog-ng file</refpurpose> </refnamediv> <!-- To chyba tu niepotrzebne <refsynopsisdiv> <cmdsynopsis> FIXME </cmdsynopsis> </refsynopsisdiv> --> <refsect1> <title>DESCRIPTION</title> <para>FIXME</para> <para>Some useful entities: &conf; &infile; &bin;</para> </refsect1> <!-- <itemizedlist mark="dash" spacing="compact"> <listitem><para>fifo must exist</para></listitem> <listitem><para>proper name must be put in &conf; or given with -i comand line option</para></listitem> </itemizedlist> </para> <para>In syslog-ng you can run lwatch directly from syslog, i.e.: <literallayout> log { source(src); destination(console_all);}; destination console_all {program("&bin; -i- -o/dev/tty11"); }; </literallayout> </para> --> <refsect1> <title>COPYRIGHT</title> <para>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. </para> <para> Regular expression support is provided by the PCRE library package, which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England. This library is available at: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ </para> </refsect1> <refsect1> <title>SEE ALSO</title> <para>lwatch(1)</para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:2 sgml-indent-data:t sgml-parent-document:nil sgml-default-dtd-file:nil sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: --> |