Subject: admin/11055: lack of portmap and kerberos arguments in rc.conf
To: None <gnats-bugs@gnats.netbsd.org>
From: None <asaeda@yamato.ibm.co.jp>
List: netbsd-bugs
Date: 09/21/2000 01:09:26
>Number: 11055
>Category: admin
>Synopsis: lack of portmap and kerberos arguments in rc.conf
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: system-admin
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Sep 21 01:15:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Hitoshi Asaeda
>Release: current and alpha2
>Organization:
IBM Japan, Ltd.
>Environment:
NetBSD alfa 1.5_ALPHA2 NetBSD 1.5_ALPHA2 (ALPHA) #0: Thu Sep 21 16:35:10 GMT 2000 root@alfa:/usr/src/sys/arch/i386/compile/ALPHA i386
(This machine is alpha2, but I bet current has also a same bug.)
>Description:
rc.conf under /usr/src/etc/default doesn't have entries of $portmap and $kerberos.
>How-To-Repeat:
>Fix:
Apply a following patch under /usr/src/etc/default.
--- rc.conf.orig Thu Sep 21 12:22:44 2000
+++ rc.conf Thu Sep 21 17:13:12 2000
@@ -102,6 +102,9 @@
#
rpcbind=NO rpcbind_flags="-l" # -l logs libwrap
+# portmap is used to look up RPC-based services.
+portmap=NO portmap_flags="-l" # -l logs libwrap
+
# Commonly used daemons.
#
syslogd=YES syslogd_flags="-s" # -s "secure" unix domain only
@@ -162,6 +165,7 @@
# Other daemons.
#
rwhod=NO
+kerberos=NO
# Hardware daemons.
#
>Release-Note:
>Audit-Trail:
>Unformatted: