Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2010 12:03:24 GMT
From:      xaker1 <admin@xaker1.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   standards/150474: Location data file sa
Message-ID:  <201009101203.o8AC3OW5065861@www.freebsd.org>
Resent-Message-ID: <201009101210.o8ACA1Ec089129@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150474
>Category:       standards
>Synopsis:       Location data file sa
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-standards
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 10 12:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     xaker1
>Release:        8.0
>Organization:
SKPsystem
>Environment:
all
>Description:
We require the ability to change the location of data files with the sa (system accounting)

srv0# grep accounting_file /etc/rc.d/accounting
accounting_file="/var/account/acct"

change to

: ${accounting_file:="/var/account/acct"}

then we can set the file's location in rc.conf
>How-To-Repeat:

>Fix:
srv0# grep accounting_file /etc/rc.d/accounting
accounting_file="/var/account/acct"

change to

: ${accounting_file:="/var/account/acct"}

then we can set the file's location in rc.conf

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009101203.o8AC3OW5065861>