MFC r277736:
r277736: Honor MK_ACCT with etc/rc.d/accounting Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
a85afe0d7d
commit
8d9631da62
@ -152,6 +152,10 @@ FILES= DAEMON \
|
||||
zfs \
|
||||
zvol
|
||||
|
||||
.if ${MK_ACCT} != "no"
|
||||
FILES+= accounting
|
||||
.endif
|
||||
|
||||
.if ${MK_ACPI} != "no"
|
||||
FILES+= power_profile
|
||||
.endif
|
||||
|
@ -6,6 +6,7 @@
|
||||
#
|
||||
|
||||
.if ${MK_ACCT} == no
|
||||
OLD_FILES+=etc/rc.d/accounting
|
||||
OLD_FILES+=etc/periodic/daily/310.accounting
|
||||
OLD_FILES+=usr/sbin/accton
|
||||
OLD_FILES+=usr/sbin/sa
|
||||
|
Loading…
x
Reference in New Issue
Block a user