| Subject: | Minor path and service man page fixes |
Hello folks,
I'm working on the Debian Kerberos packages and just went through all of
the man pages, looking for paths that needed updating to the Debian
defaults. In the process, I found a few stray paths in the man pages
that don't match the install defaults either.
The attached patch fixes this, and also uses the same service for the
sample inetd.conf line for kpropd as the default for -S (krb5_prop
instead of kprop, the latter not being present in Debian's /etc/services).
(I initially submitted this to krb5-bugs@mit.edu before finding the
right place to submit it properly; my apologies if this creates a
duplicate. Otherwise, please feel free to ignore my message.)
I'm working on the Debian Kerberos packages and just went through all of
the man pages, looking for paths that needed updating to the Debian
defaults. In the process, I found a few stray paths in the man pages
that don't match the install defaults either.
The attached patch fixes this, and also uses the same service for the
sample inetd.conf line for kpropd as the default for -S (krb5_prop
instead of kprop, the latter not being present in Debian's /etc/services).
(I initially submitted this to krb5-bugs@mit.edu before finding the
right place to submit it properly; my apologies if this creates a
duplicate. Otherwise, please feel free to ignore my message.)
--- krb5/src/appl/bsd/klogind.M 2005-04-16 00:17:30 UTC (rev 1799)
+++ krb5/src/appl/bsd/klogind.M 2005-04-16 00:39:24 UTC (rev 1800)
@@ -27,7 +27,7 @@
the port indicated in /etc/inetd.conf. A typical /etc/inetd.conf
configuration line for \fIklogind\fP might be:
-klogin stream tcp nowait root /usr/cygnus/sbin/klogind klogind -e5c
+klogin stream tcp nowait root /usr/local/sbin/klogind klogind -e5c
When a service request is received, the following protocol is initiated:
--- krb5/src/appl/telnet/telnetd/telnetd.8 2005-04-16 00:17:30 UTC (rev 1799)
+++ krb5/src/appl/telnet/telnetd/telnetd.8 2005-04-16 00:39:24 UTC (rev 1800)
@@ -37,7 +37,7 @@
.SM DARPA TELNET
protocol server
.SH SYNOPSIS
-.B /usr/libexec/telnetd
+.B telnetd
[\fB\-a\fP \fIauthmode\fP] [\fB\-B\fP] [\fB\-D\fP] [\fIdebugmode\fP]
[\fB\-edebug\fP] [\fB\-h\fP] [\fB\-I\fP\fIinitid\fP] [\fB\-l\fP]
[\fB\-k\fP] [\fB\-n\fP] [\fB\-r\fP\fIlowpty-highpty\fP] [\fB\-s\fP]
--- krb5/trunk/krb5/src/slave/kpropd.M 2005-04-16 00:17:30 UTC (rev 1799)
+++ krb5/trunk/krb5/src/slave/kpropd.M 2005-04-16 00:39:24 UTC (rev 1800)
@@ -69,7 +69,7 @@
This is done by adding a line to the inetd.conf file which looks like
this:
-kprop stream tcp nowait root /usr/local/sbin/kpropd kpropd
+krb5_prop stream tcp nowait root /usr/local/sbin/kpropd kpropd
However, kpropd can also run as a standalone deamon, if the
.B \-S
+++ krb5/src/appl/bsd/klogind.M 2005-04-16 00:39:24 UTC (rev 1800)
@@ -27,7 +27,7 @@
the port indicated in /etc/inetd.conf. A typical /etc/inetd.conf
configuration line for \fIklogind\fP might be:
-klogin stream tcp nowait root /usr/cygnus/sbin/klogind klogind -e5c
+klogin stream tcp nowait root /usr/local/sbin/klogind klogind -e5c
When a service request is received, the following protocol is initiated:
--- krb5/src/appl/telnet/telnetd/telnetd.8 2005-04-16 00:17:30 UTC (rev 1799)
+++ krb5/src/appl/telnet/telnetd/telnetd.8 2005-04-16 00:39:24 UTC (rev 1800)
@@ -37,7 +37,7 @@
.SM DARPA TELNET
protocol server
.SH SYNOPSIS
-.B /usr/libexec/telnetd
+.B telnetd
[\fB\-a\fP \fIauthmode\fP] [\fB\-B\fP] [\fB\-D\fP] [\fIdebugmode\fP]
[\fB\-edebug\fP] [\fB\-h\fP] [\fB\-I\fP\fIinitid\fP] [\fB\-l\fP]
[\fB\-k\fP] [\fB\-n\fP] [\fB\-r\fP\fIlowpty-highpty\fP] [\fB\-s\fP]
--- krb5/trunk/krb5/src/slave/kpropd.M 2005-04-16 00:17:30 UTC (rev 1799)
+++ krb5/trunk/krb5/src/slave/kpropd.M 2005-04-16 00:39:24 UTC (rev 1800)
@@ -69,7 +69,7 @@
This is done by adding a line to the inetd.conf file which looks like
this:
-kprop stream tcp nowait root /usr/local/sbin/kpropd kpropd
+krb5_prop stream tcp nowait root /usr/local/sbin/kpropd kpropd
However, kpropd can also run as a standalone deamon, if the
.B \-S