diff options
author | 2010-02-23 12:11:28 +0000 | |
---|---|---|
committer | 2010-02-23 12:11:28 +0000 | |
commit | b6180138b2adedc31655a6ab51468af988e00146 (patch) | |
tree | 3d83bd7e3945907196c331c6e2c81432eaad8648 /net-nds/ypbind/files | |
parent | stable x86, bug 305185 (diff) | |
download | gentoo-2-b6180138b2adedc31655a6ab51468af988e00146.tar.gz gentoo-2-b6180138b2adedc31655a6ab51468af988e00146.tar.bz2 gentoo-2-b6180138b2adedc31655a6ab51468af988e00146.zip |
Version bump.
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'net-nds/ypbind/files')
-rw-r--r-- | net-nds/ypbind/files/ypbind-1.31-man-port.patch | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/net-nds/ypbind/files/ypbind-1.31-man-port.patch b/net-nds/ypbind/files/ypbind-1.31-man-port.patch new file mode 100644 index 000000000000..d95743d962a3 --- /dev/null +++ b/net-nds/ypbind/files/ypbind-1.31-man-port.patch @@ -0,0 +1,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 |