From dougdougdougdoug@dt050ndd.san.rr.com  Sun Mar  8 11:57:22 1998
Received: from dt050ndd.san.rr.com (root@dt050ndd.san.rr.com [204.210.31.221])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01818
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 8 Mar 1998 11:57:20 -0800 (PST)
          (envelope-from dougdougdougdoug@dt050ndd.san.rr.com)
Received: (from root@localhost)
	by dt050ndd.san.rr.com (8.8.8/8.8.8) id LAA02222;
	Sun, 8 Mar 1998 11:57:15 -0800 (PST)
	(envelope-from dougdougdougdoug)
Message-Id: <199803081957.LAA02222@dt050ndd.san.rr.com>
Date: Sun, 8 Mar 1998 11:57:15 -0800 (PST)
From: Studded@dal.net
Reply-To: Studded@dal.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: /etc/login.conf has extraneous trailing \'s
X-Send-Pr-Version: 3.2

>Number:         5949
>Category:       conf
>Synopsis:       /etc/login.conf has extraneous trailing \'s
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    steve
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar  8 12:00:01 PST 1998
>Closed-Date:    Sun Mar 8 19:02:54 PST 1998
>Last-Modified:  Sun Mar  8 19:06:33 PST 1998
>Originator:     Doug
>Release:        FreeBSD 2.2.5-STABLE-0308 i386
>Organization:
AAAG
>Environment:

	All FreeBSD systems (same error in -Current and -Stable)

>Description:

	In /usr/src/etc/login.conf there are what appear to be extraneous trailing
slashes at the ends of the root definitions for auth and resources. I asked about
this on -Stable and the only answer I got was, "Yes, that looks wrong" so here 'tis. 

	If it's not actually an error, please feel free to close this PR, however a
comment in that file explaining why they are that way would probably be a good
thing. 

	Assuming this is an error, it might be the source of some of the odd
login.conf related PR's still in the files.

>How-To-Repeat:

	more /usr/src/etc/login.conf

>Fix:
	
	Apply the following patch to /usr/src/etc/login.conf:

--- login.conf.Dist	Sun Mar  8 11:47:45 1998
+++ login.conf	Sun Mar  8 11:49:51 1998
@@ -20,7 +20,7 @@
 
 auth-root-defaults:\
 	:auth-login=krb_skey_or_passwd,passwd,kerberos,skey:\
-	:auth-rlogin=krb_or_skey,kerberos,skey:\
+	:auth-rlogin=krb_or_skey,kerberos,skey:
 
 auth-ftp-defaults:\
 	:auth=skey_or_pwd,passwd,skey:
@@ -121,7 +121,7 @@
 	:priority=0:\
 	:requirehome@:\
 	:umask=022:\
-	:tc=auth-root-defaults:\
+	:tc=auth-root-defaults:
 
 
 #

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Mar 8 19:02:54 PST 1998 
State-Changed-Why:  
Suggested patch applied, thanks! 
>Unformatted:
