From Jos.Backus@nl.origin-it.com  Thu Sep 17 08:32:00 1998
Received: from gw-nl1.philips.com (gw-nl1.philips.com [192.68.44.33])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25520
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Sep 1998 08:31:56 -0700 (PDT)
          (envelope-from Jos.Backus@nl.origin-it.com)
Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1])
          by gw-nl1.philips.com with ESMTP id RAA09386
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Sep 1998 17:31:30 +0200 (MEST)
          (envelope-from Jos.Backus@nl.origin-it.com)
Received: from hal.mpn.cp.philips.com (hal.mpn.cp.philips.com [130.139.64.195]) 
	by smtprelay-nl1.philips.com (8.8.5/8.6.10-1.2.2m-970826) with SMTP id RAA03784
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Sep 1998 17:31:29 +0200 (MET DST)
Received: (qmail 20281 invoked by uid 666); 17 Sep 1998 15:30:43 -0000
Message-Id: <19980917153043.20280.qmail@hal.mpn.cp.philips.com>
Date: 17 Sep 1998 15:30:43 -0000
From: Jos.Backus@nl.origin-it.com
Reply-To: Jos.Backus@nl.origin-it.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: /etc/login.conf has a syntax error, causing inetd-based services to become disabled
X-Send-Pr-Version: 3.2

>Number:         7966
>Category:       conf
>Synopsis:       Syntax error in login.conf causes problems with inetd (a.o.)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 17 08:40:00 PDT 1998
>Closed-Date:    Thu Sep 17 10:09:23 PDT 1998
>Last-Modified:  Thu Sep 17 10:11:09 PDT 1998
>Originator:     Jos Backus
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Origin B.V.
>Environment:

	-current as of today.

>Description:

	/etc/login.conf has a ``;'' where a ``:'' should be. This causes
	services run from inetd such as ftp and telnet to fail because inetd
	barfs on reading /etc/login.conf.

>How-To-Repeat:

	Run the following to get a diagnostic:

	 $ cap_mkdb /etc/login.conf

>Fix:
	
	Apply the following patch, and add a final newline to quieten diff:

	--- login.conf  Thu Sep 17 09:15:50 1998
	+++ /etc/login.conf     Thu Sep 17 17:23:22 1998
	@@ -52,7 +52,7 @@
 	staff:\
        	:tc=default:
 	daemon:\
	-       :tc=default;
	+       :tc=default:
 	news:\
        	:tc=default:
 	dialer:\

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dt 
State-Changed-When: Thu Sep 17 10:09:23 PDT 1998 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
