add line for standalone identd invocation.

This commit is contained in:
christos 2004-01-31 21:49:52 +00:00
parent f9ce139688
commit 2a8f4efd20

View File

@ -1,4 +1,4 @@
# $NetBSD: rc.conf,v 1.54 2004/01/14 06:54:48 blymn Exp $
# $NetBSD: rc.conf,v 1.55 2004/01/31 21:49:52 christos Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@ -168,6 +168,10 @@ altqd=NO altqd_flags=""
#
inetd=YES inetd_flags="-l" # -l logs libwrap
# identd
#
identd=NO identd_flags="-b -l -u nobody"
# rpcbind (formerly known as 'portmap') is used to look up RPC-based services.
#
rpcbind=NO rpcbind_flags="-l" # -l logs libwrap