From d730184472c98e9017e0f527e313a72bcdd93ff2 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 2 Jul 2000 05:22:36 +0000 Subject: [PATCH] add kfd.8 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8524 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kf/Makefile.am | 2 +- appl/kf/kfd.8 | 59 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 appl/kf/kfd.8 diff --git a/appl/kf/Makefile.am b/appl/kf/Makefile.am index 262facdbc..acebc6a41 100644 --- a/appl/kf/Makefile.am +++ b/appl/kf/Makefile.am @@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.am.common noinst_PROGRAMS = kf kfd -man_MANS = kf.1 +man_MANS = kf.1 kfd.8 kf_SOURCES = kf.c kf_locl.h diff --git a/appl/kf/kfd.8 b/appl/kf/kfd.8 new file mode 100644 index 000000000..3fca73bc9 --- /dev/null +++ b/appl/kf/kfd.8 @@ -0,0 +1,59 @@ +.\" Things to fix: +.\" * correct section, and operating system +.\" * remove Op from mandatory flags +.\" * use better macros for arguments (like .Pa for files) +.\" +.Dd July 2, 2000 +.Dt KFD 8 +.Os Heimdal +.Sh NAME +.Nm kfd +.Nd +receive forwarded tickets +.Sh SYNOPSIS +.Nm +.Oo Fl p Ar port \*(Ba Xo +.Fl -port= Ns Ar port Oc +.Xc +.Op Fl i | Fl -inetd +.Oo Fl R Ar regpag \*(Ba Xo +.Fl -regpag= Ns Ar regpag Oc +.Xc +.Op Fl h | Fl -help +.Op Fl -version +.Sh DESCRIPTION +This is the daemon for +.Nm kf . +Supported options: +.Bl -tag -width Ds +.It Xo +.Fl p Ar port Ns , +.Fl -port= Ns Ar port +.Xc +port to listen to +.It Xo +.Fl i Ns , +.Fl -inetd +.Xc +not started from inetd +.It Xo +.Fl R Ar regpag Ns , +.Fl -regpag= Ns Ar regpag +.Xc +path to regpag binary +.El +.\".Sh ENVIRONMENT +.\".Sh FILES +.Sh EXAMPLES +Put the following in +.Pa /etc/inetd.conf : +.Bd -literal +kf stream tcp nowait root /usr/heimdal/libexec/kfd kfd +.Ed +.\".Sh DIAGNOSTICS +.Sh SEE ALSO +.Xr kf 1 +.\".Sh STANDARDS +.\".Sh HISTORY +.\".Sh AUTHORS +.\".Sh BUGS