From ecfcedc1cac9c245f946d52649551cde7f7b1823 Mon Sep 17 00:00:00 2001 From: opensides Date: Mon, 17 May 2010 10:18:30 +0000 Subject: [PATCH] - Updated manpages for dump configuration git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18507 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-client | 7 +++---- gosa-si/gosa-si-client.1 | 10 +++++++--- gosa-si/gosa-si-server | 5 ++++- gosa-si/gosa-si-server.1 | 12 ++++++++---- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index 4a521bcb9..96119e943 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -37,10 +37,9 @@ B<-f>, B<--foreground> B<-c> I, B<--config=>I configuration file, default F -B<-x>, B<--dump> - Dump configuration - -1 Current configuration - -2 Default Configuration +B<-x> + dump configuration to stdout + ( 1 = current, 2 = default ) =head1 DESCRIPTION diff --git a/gosa-si/gosa-si-client.1 b/gosa-si/gosa-si-client.1 index c1a51b9c2..6d2a205f8 100644 --- a/gosa-si/gosa-si-client.1 +++ b/gosa-si/gosa-si-client.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05) +.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.07) .\" .\" Standard preamble: .\" ======================================================================== @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "GOSA-SI-CLIENT 1" -.TH GOSA-SI-CLIENT 1 "2009-09-04" "perl v5.10.0" "User Contributed Perl Documentation" +.TH GOSA-SI-CLIENT 1 "2010-05-17" "perl v5.10.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -152,6 +152,10 @@ gosa-si-client [\-hvf] [\-c config] .PP \&\fB\-c\fR \fIfile\fR, \fB\-\-config=\fR\fIfile\fR configuration file, default \fI/etc/gosa\-si/client.conf\fR +.PP +\&\fB\-x\fR + dump configuration to stdout + ( 1 = current, 2 = default ) .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBgosa-si-client\fR belongs to the support infrastructure of GOsa. @@ -165,7 +169,7 @@ Please report any bugs, or post any suggestions, to the GOsa mailing list ) .PP -Copyright (C) 2003\-2009 \s-1GONICUS\s0 GmbH +Copyright (C) 2003\-2010 \s-1GONICUS\s0 GmbH .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of diff --git a/gosa-si/gosa-si-server b/gosa-si/gosa-si-server index 5b21a7ced..1885d3011 100755 --- a/gosa-si/gosa-si-server +++ b/gosa-si/gosa-si-server @@ -17,7 +17,7 @@ gosa-si-server -Support infrastructure for GOsa =head1 SYNOPSIS -gosa-si-server [-hvf] [-c config] +gosa-si-server [-hvf] [-c config] [-x dump ] =head1 OPTIONS @@ -55,6 +55,9 @@ B<-d> 256 : creation of packages_list_db 512 : ARP debug information +B<-x> + dump configuration to stdout + ( 1 = current, 2 = default ) =head1 DESCRIPTION diff --git a/gosa-si/gosa-si-server.1 b/gosa-si/gosa-si-server.1 index a097799b1..78e90100e 100644 --- a/gosa-si/gosa-si-server.1 +++ b/gosa-si/gosa-si-server.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05) +.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.07) .\" .\" Standard preamble: .\" ======================================================================== @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "GOSA-SI-SERVER 1" -.TH GOSA-SI-SERVER 1 "2009-09-23" "perl v5.10.0" "User Contributed Perl Documentation" +.TH GOSA-SI-SERVER 1 "2010-05-17" "perl v5.10.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -133,7 +133,7 @@ gosa\-si\-server \-Support infrastructure for GOsa .SH "SYNOPSIS" .IX Header "SYNOPSIS" -gosa-si-server [\-hvf] [\-c config] +gosa-si-server [\-hvf] [\-c config] [\-x dump ] .SH "OPTIONS" .IX Header "OPTIONS" \&\fB\-h\fR, \fB\-\-help\fR @@ -171,6 +171,10 @@ gosa-si-server [\-hvf] [\-c config] \& 256 : creation of packages_list_db \& 512 : ARP debug information .Ve +.PP +\&\fB\-x\fR + dump configuration to stdout + ( 1 = current, 2 = default ) .SH "DESCRIPTION" .IX Header "DESCRIPTION" gosa-si-server belongs to the support infrastructure of GOsa. Several gosa-si-clients can connect to one gosa-si-server. The server take care of the message forwarding from GOsa to si-clients. At the client site each message is related to a working instruction which will be executed there. Depending of the message an answer from the client to GOsa via the server is possible. Additional to answers clients reporting events or information to the server. The server registers himself at other servers in network and shares his knowledge with them. So messages to clients which are no registrated locally will be forward to the client corresponding server. The communication within the complete \s-1SI\s0 nework is realised by \s-1XML\s0 messages. @@ -181,7 +185,7 @@ Please report any bugs, or post any suggestions, to the GOsa mailing list ) .PP -Copyright (C) 2003\-2009 \s-1GONICUS\s0 GmbH +Copyright (C) 2003\-2010 \s-1GONICUS\s0 GmbH .PP This program is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of -- 2.30.2