mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
OptionalObsoleteFiles.inc: document block order
Options should be in sort(1) order by primary option (usually, but not always, first in the if statement). Reviewed by: emaste, imp, netchild Pull Request: https://github.com/freebsd/freebsd-src/pull/896
This commit is contained in:
parent
c90d0600ee
commit
4cd0f014a1
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
# This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to
|
||||
# the check-old* and delete-old* targets.
|
||||
#
|
||||
# Blocks should be in sort(1) order by primary option.
|
||||
#
|
||||
|
||||
.if ${MK_ACCT} == no
|
||||
OLD_FILES+=etc/rc.d/accounting
|
||||
|
|
|
|||
Loading…
Reference in a new issue