Searched refs:accounting_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/etc/rc.d/
H A Daccounting16 accounting_file="/var/account/acct"
28 _dir="${accounting_file%/*}"
35 if [ ! -e "$accounting_file" ]; then
36 echo -n "Creating accounting file ${accounting_file}"
37 touch "$accounting_file"
40 chmod 644 "$accounting_file"
43 ${accounting_command} ${accounting_file}
56 _dir="${accounting_file%/*}"
65 mv ${accounting_file} ${accounting_file}
[all...]

Completed in 86 milliseconds