diff options
Diffstat (limited to 'sysutils/dae/files/dae.1')
-rw-r--r-- | sysutils/dae/files/dae.1 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/sysutils/dae/files/dae.1 b/sysutils/dae/files/dae.1 new file mode 100644 index 000000000000..f210cbefb04a --- /dev/null +++ b/sysutils/dae/files/dae.1 @@ -0,0 +1,56 @@ +.\" Copyright (c) 2009 Dylan Bridgman. All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions are +.\" met: +.\" +.\" 1. Redistributions of source code must retain the above copyright notice +.\" this list of conditions and the following disclaimer. +.\" +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" 3. Neither the name of the author nor the names of its contributors may be +.\" used to endorse or promote products derived from this software without +.\" specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, +.\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +.\" AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +.\" COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.\" +.\" $Id$ +.\" +.TH dae 1 "2009 March 11" +.SH NAME +dae \- List and control system daemons +.SH SYNOPSIS +.PP +.B dae +[\-a] | [\-l] | [\-L] | <service-name> [action] | [\-h] +.SH DESCRIPTION +The \fIdae\fP program is used to list all daemon control scripts installed within +the rc.d system. It may also be used to execute any of these scripts with the parameters provided. +.SH OPTIONS +.TP +\-h display a short help message +.TP +\-a show all daemon scripts +.TP +\-l show system daemon scripts +.TP +\-L show port daemon scripts +.TP +\-x show X11 daemon scripts +.SH AUTHOR +Dylan Bridgman (light (at) ether.org.za) +.SH SEE ALSO +rc(8), rcorder(8) + |