[lwatch-cvs] files/doc conf.ent.in,NONE,1.1 lwatch.sgml,1.5,1.6 lwatch.1,1.3,NONE
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-09-30 10:31:25
|
Update of /cvsroot/lwatch/files/doc In directory usw-pr-cvs1:/tmp/cvs-serv5787/doc Modified Files: lwatch.sgml Added Files: conf.ent.in Removed Files: lwatch.1 Log Message: lwatch.sgml ready for autotools (always correct path to configuration file) lwatch.1 (man format) no longer in CVS repository --- NEW FILE: conf.ent.in --- <!-- This file is part of the LogWatcher tool. Copyright (C) 2002 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: conf.ent.in,v 1.1 2002/09/30 10:31:15 arturcz Exp $ $Source: /cvsroot/lwatch/files/doc/conf.ent.in,v $ --> <!ENTITY conf "/directory/to/lwatch.conf"> Index: lwatch.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lwatch.sgml 29 Sep 2002 13:30:05 -0000 1.5 --- lwatch.sgml 30 Sep 2002 10:31:15 -0000 1.6 *************** *** 1,5 **** ! <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ ! <!ENTITY conf "/etc/lwatch.conf"> ! ]> <!-- --- 1,8 ---- ! <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" ! [ ! <!ENTITY % metaconf SYSTEM "conf.ent"> ! %metaconf; ! ] ! > <!-- *************** *** 33,36 **** --- 36,40 ---- <refentry> + <!-- WTF? <refentryinfo> <address> *************** *** 43,46 **** --- 47,51 ---- <date>2002-07-09</date> </refentryinfo> + --> <refmeta> --- lwatch.1 DELETED --- |