blob: d95743d962a36ca3963f1fe7468b7c01cbcd00ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
--- man/ypbind.8.xml.orig 2010-02-23 12:46:58.000000000 +0100
+++ man/ypbind.8.xml 2010-02-23 12:49:14.000000000 +0100
@@ -49,6 +49,7 @@
<arg choice='opt'>-no-ping </arg>
<arg choice='opt'>-f <replaceable>configfile</replaceable></arg>
<arg choice='opt'>-local-only </arg>
+ <arg choice='opt'>-p <replaceable>port<replaceable></arg>
<arg choice='opt'>-ping-interval <replaceable>ping-interval</replaceable></arg>
<arg choice='opt'>-no-dbus </arg>
</cmdsynopsis>
@@ -256,6 +257,12 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>-p</option> port</term>
+ <listitem>
+<para>Bind to the specified port instead of dynamically allocating one.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>-ping-interval</option> ping-interval</term>
<listitem>
<para>The default value for
--- man/ypbind.8.orig 2010-02-23 12:57:04.000000000 +0100
+++ man/ypbind.8 2010-02-23 12:59:25.000000000 +0100
@@ -171,7 +171,7 @@
.SH "Synopsis"
.fam C
.HP \w'\fBypbind\fR\ 'u
-\fBypbind\fR [\-c] [\-d | \-debug] [\-verbose] [\-broadcast] [\-broken\-server] [\-ypset] [\-ypsetme] [\-no\-ping] [\-f\ \fIconfigfile\fR] [\-local\-only] [\-ping\-interval\ \fIping\-interval\fR] [\-no\-dbus]
+\fBypbind\fR [\-c] [\-d | \-debug] [\-verbose] [\-broadcast] [\-broken\-server] [\-ypset] [\-ypsetme] [\-no\-ping] [\-f\ \fIconfigfile\fR] [\-local\-only] [\-p \fIport\fR] [\-ping\-interval\ \fIping\-interval\fR] [\-no\-dbus]
.fam
.fam C
.HP \w'\fBypbind\fR\ 'u
@@ -331,6 +331,11 @@
will only bind to the loopback device and is not reachable from a remote network\&.
.RE
.PP
+\fB\-p\fR port
+.RS 4
+Bind to the specified port instead of dynamically allocating one.
+.RE
+.PP
\fB\-ping\-interval\fR ping\-interval
.RS 4
The default value for
|