add kfd.8

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8524 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-02 05:22:36 +00:00
parent ae5e25c72c
commit d730184472
2 changed files with 60 additions and 1 deletions

View File

@@ -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

59
appl/kf/kfd.8 Normal file
View File

@@ -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