Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lr_env(1) [debian man page]

LR_ENV.IN(1)						  LogReport's Lire Documentation					      LR_ENV.IN(1)

NAME
lr_env - Gives information on the location of the current Lire installation SYNOPSIS
eval `lr_env ` DESCRIPTION
lr_env prints on STDOUT shell code which can be evaled to access information on the Lire installation. The following variables are printed: LR_PREFIX The prefix where Lire is installed. LR_LIBDIR The directory where the supporting scripts are installed. LR_SYSCONFDIR The directory where configuration files are installed. LR_BINDIR The directory where user binary are installed. LR_MANDIR The directory where man pages are installed. LR_PLUGINSDIR The directory where Lire::Plugin initializers are installed. LR_SCHEMASDIR The path where DLF schemas are installed. LR_REPORTSDIR The path where report specifications are installed. LR_FILTERSDIR The path where filter specifications are installed. LR_DOCDIR The directory where documentation is installed. LR_SPECSDIR The path where XML configuration specifications are installed. LR_TEMPLATESDIR The path where XML report templates are installed. LR_PERL5LIBDIR The directory where platform independant perl modules are installed. VERSION
$Id: lr_env.in,v 1.7 2006/07/23 13:16:32 vanbaal Exp $ COPYRIGHT
Copyright (C) 2002 Stichting LogReport Foundation LogReport@LogReport.org 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 (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. AUTHOR
Francis J. Lacoste <flacoste@logreport.org> POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 106: You forgot a '=back' before '=head1' Lire 2.1.1 2006-07-23 LR_ENV.IN(1)

Check Out this Related Man Page

LR_REPORT_CFG2XML.IN(1) 				  LogReport's Lire Documentation				   LR_REPORT_CFG2XML.IN(1)

NAME
lr_report_cfg2xml - Convert old style report configuration to XML SYNOPSIS
lr_report_cfg2xml I<supservice> I<name> I<report_cfg_file> > I<xml_spec_file> DESCRIPTION
The lr_report_cfg2xml command converts a report configuration file as used with Lire version 1.5 and below to a report configuration template. The script takes three mandatory arguments: superservice The superservice used by the report configuration file. name The name of the template that will be generated. report_cfg_file The report configuration file to convert. It writes on STDOUT a Lire Configuration Specification file. This specification file contains one report-config element named name. Its default value will be identical to the content of the report configuration file. If you install that file in the sharedir/lire/templates, you will be able to instantiate report configuration using that template from the lire(1) interface. VERSION
$Id: lr_report_cfg2xml.in,v 1.4 2006/07/23 13:16:33 vanbaal Exp $ AUTHOR
Francis J. Lacoste <flacoste@logreport.org> COPYRIGHT
Copyright (C) 2004 Stichting LogReport Foundation LogReport@LogReport.org 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 (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. Lire 2.1.1 2006-07-23 LR_REPORT_CFG2XML.IN(1)
Man Page