Add (commented out) hprop service, along with a short explanation
of when to enable it and why.
This commit is contained in:
parent
eb8931bc84
commit
6636b19ffd
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: inetd.conf,v 1.37 2000/08/05 00:48:15 thorpej Exp $
|
||||
# $NetBSD: inetd.conf,v 1.38 2000/08/06 20:35:13 thorpej Exp $
|
||||
#
|
||||
# Internet server configuration database
|
||||
#
|
||||
|
@ -48,6 +48,10 @@
|
|||
#kerberos-adm stream tcp nowait root /usr/libexec/kadmind kadmind
|
||||
#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
|
||||
#
|
||||
# The hprop service is run on slave KDCs to receive the database from
|
||||
# the master KDC.
|
||||
#hprop stream tcp nowait root /usr/libexec/hpropd hpropd
|
||||
#
|
||||
# RPC based services
|
||||
#
|
||||
#rstatd/1-3 dgram rpc/udp wait:100 nobody:kmem /usr/libexec/rpc.rstatd rpc.rstatd
|
||||
|
|
Loading…
Reference in New Issue