NETWORKING is the documented placeholder, while
/etc/rc.d/NETWORKING still provides the additionallegacy alias
NETWORK.
Following the discussion in PR 293652, remove the NETWORK aliasThe NETWORKING script was originally introduced to avoid
from 16-CURRENT and add an UPDATING entry to note that localconflicts with NetBSD's lowercase network script on
rc scripts using REQUIRE: NETWORK should be migrated tocase-insensitive file systems. The NETWORK alias was
retained for compatibility with older scripts.
Following the discussion in PR 293652, remove the legacy
NETWORK alias from 16-CURRENT. Keeping both names adds
more confusion than value now that NETWORKING is the
documented placeholder and current base system and ports
tree uses are already clean.
Add an UPDATING entry to note that local RC scripts using
REQUIRE: NETWORK should be migrated to REQUIRE: NETWORKING.
Bug: 293652
Relnotes: yes