lintian doesn't like orphan packages with uploaders...
[debian/amanda] / man / amservice.8
index 2ea8396d9d249651f24e39779a41870b68330fa3..d08bb04e7190142ef5a31ee6c3832f550d95e7d8 100644 (file)
@@ -1,13 +1,22 @@
 '\" t
 .\"     Title: amservice
 .\"    Author: Jean-Louis Martineau <martineau@zmanda.com>
-.\" Generator: DocBook XSL Stylesheets vsnapshot_8273 <http://docbook.sf.net/>
-.\"      Date: 10/18/2010
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\"      Date: 01/10/2013
 .\"    Manual: System Administration Commands
-.\"    Source: Amanda 3.2.0
+.\"    Source: Amanda 3.3.3
 .\"  Language: English
 .\"
-.TH "AMSERVICE" "8" "10/18/2010" "Amanda 3\&.2\&.0" "System Administration Commands"
+.TH "AMSERVICE" "8" "01/10/2013" "Amanda 3\&.3\&.3" "System Administration Commands"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -22,7 +31,7 @@
 amservice \- run an amanda service on a client
 .SH "SYNOPSIS"
 .HP \w'\fBamservice\fR\ 'u
-\fBamservice\fR \fIhostname\fR \fIauth\fR \fIservice\fR [\-f\ \fIinput_file\fR] [\fB\-o\fR\ \fIconfigoption\fR...]
+\fBamservice\fR [\-f\ \fIinput_file\fR\ [\-s]] [\fB\-o\fR\ \fIconfigoption\fR...] \fIhostname\fR \fIauth\fR \fIservice\fR
 .SH "DESCRIPTION"
 .PP
 \fBAmservice\fR
@@ -53,6 +62,11 @@ The amanda service to execute on the client\&. One of noop, selfcheck or sendsiz
 Use the file input_file instead of stdin to read the REQ packet from\&.
 .RE
 .PP
+\fB\-s\fR
+.RS 4
+Redirect the first connected stream to stdin/stdout\&. The \-f argument is required for the REQ packet, the REP packet is not printed on stdout\&.
+.RE
+.PP
 \fB\-o \fR\fB\fIconfigoption\fR\fR
 .RS 4
 See the "CONFIGURATION OVERRIDE" section in
@@ -62,7 +76,8 @@ See the "CONFIGURATION OVERRIDE" section in
 .PP
 The noop service is easy to execute because it does not require a REQ packet:
 .nf
-amservice hostname bsdtcp noop < /dev/null.fi
+amservice hostname bsdtcp noop < /dev/null
+.fi
 .PP
 The example executes the noop service on the client using bsdtcp auth\&. This is useful for debugging connection problems\&. It print an OPTIONS line upon success\&.
 .PP
@@ -77,7 +92,7 @@ The exit code of \fBamservice\fR is one of:
 .PP
 As
 \fBamservice\fR
-doesn\'t parse the REP packet, it can only detect failures in executing amandad on the client\&.
+doesn\*(Aqt parse the REP packet, it can only detect failures in executing amandad on the client\&.
 \fBamservice\fR
 can exit with value 0 even if the user is not authorized to execute the service\&. An error message will be printed\&.
 .SH "SEE ALSO"