diff options
Diffstat (limited to 'debian/openslp-dfsg/openslp-dfsg-1.2.1/doc/html/UsersGuide/CommandLine.html')
| -rw-r--r-- | debian/openslp-dfsg/openslp-dfsg-1.2.1/doc/html/UsersGuide/CommandLine.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/openslp-dfsg/openslp-dfsg-1.2.1/doc/html/UsersGuide/CommandLine.html b/debian/openslp-dfsg/openslp-dfsg-1.2.1/doc/html/UsersGuide/CommandLine.html new file mode 100644 index 00000000..d05e8204 --- /dev/null +++ b/debian/openslp-dfsg/openslp-dfsg-1.2.1/doc/html/UsersGuide/CommandLine.html @@ -0,0 +1,41 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="GENERATOR" content="Mozilla/4.72C-CCK-MCD Caldera Systems OpenLinux [en] (X11; U; Linux 2.2.14 i686) [Netscape]"> + <title>OpenSLP Users Guide - Command Line Options</title> +</head> +<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"> + +<h2> +Command Line Options</h2> + +<hr WIDTH="100%"> +<p>Currently the OpenSLP daemon (slpd) accepts several useful command line +options. +<br> +<h3> +Command Line</h3> +<tt>slpd [-d] [-c <i>configfile</i>] [-r <i>registrationfile</i>] [-l <i>logfile</i>] [-p +<i>pidfile</i>]</tt> +<h3> +Options</h3> +<tt>[-d]</tt> +<blockquote>Don't detach from the controlling tty.</blockquote> +<tt>[-c <i>configfile</i>]</tt> +<blockquote>Use <tt><i>configfile</i></tt> as the file slpd reads to obtain configuration +information, rather than the default, <tt>/etc/slp.conf</tt>. See <a href="SlpConf.html">Modifying +the slp.conf configuration file</a> for details.</blockquote> +<tt>[-r <i>registrationfile</i>]</tt> +<blockquote>Use <tt><i>registrationfile</i></tt> as the file that slpd reads to obtain static +registrations, rather than the default, <tt>/etc/slp.reg</tt>. See <a href="SlpReg.html">Creating +a registration file</a> for details.</blockquote> +<tt>[-l <i>logfile</i>]</tt> +<blockquote>Use <tt><i>logfile</i></tt> as the file that slpd reads to write log messages, rather than the default, <tt>/var/log/slpd.log</tt>.</blockquote> +<tt>[-p <i>pidfile</i>]</tt> +<blockquote>Use <tt><i>pidfile</i></tt> as the file that holds the slpd process id, rather than the default, <tt>/var/run/slpd.pid</tt>.</blockquote> + +<blockquote> </blockquote> + +</body> +</html> |
