From javier@aurora.diatel.upm.es  Fri Jun 19 10:51:53 1998
Received: from aurora.diatel.upm.es (aurora.diatel.upm.es [138.100.49.70])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01421
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Jun 1998 10:51:39 -0700 (PDT)
          (envelope-from javier@aurora.diatel.upm.es)
Received: (from javier@localhost)
	by aurora.diatel.upm.es (8.8.8/8.8.5) id TAA13608;
	Fri, 19 Jun 1998 19:51:08 +0200 (CEST)
Message-Id: <199806191751.TAA13608@aurora.diatel.upm.es>
Date: Fri, 19 Jun 1998 19:51:08 +0200 (CEST)
From: jmrueda@diatel.upm.es
Reply-To: jmrueda@diatel.upm.es
To: FreeBSD-gnats-submit@freebsd.org
Subject: Mismatch in rc.conf "accounting" keyword
X-Send-Pr-Version: 3.2

>Number:         6999
>Category:       conf
>Synopsis:       Mismatch in rc.conf "accounting" keyword
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 19 11:00:01 PDT 1998
>Closed-Date:    Fri Sep 11 12:55:14 PDT 1998
>Last-Modified:  Fri Sep 11 13:00:39 PDT 1998
>Originator:     Javier Martin Rueda
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
>Environment:

	

>Description:

The /etc/rc.conf file has the following entry to enable or disable accounting:

accounting="NO"         # Turn on process accounting (or NO).

However, the /etc/rc script makes the following test:

if [ "X${accounting_enable}" = X"YES" -a -d /var/account ]; then
        echo 'turning on accounting'
		.
		.
		.

Obviously, they do not match.

	

>How-To-Repeat:

	

>Fix:
	
	Change one of the files, so that both keywords match.

	

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sat Jun 27 13:59:46 PDT 1998 
Responsible-Changed-Why:  
Misfiled PR. 
State-Changed-From-To: open->closed 
State-Changed-By: dt 
State-Changed-When: Fri Sep 11 12:55:14 PDT 1998 
State-Changed-Why:  
Fixed now. 
>Unformatted:
