mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
12 lines
365 B
Text
12 lines
365 B
Text
#
|
|
# This file controls whether UNIX passwords are to be permitted. Rules
|
|
# are matched in order, and the search terminates when the first matching
|
|
# rule has been found. Default action is "deny". See opieaccess(5) for
|
|
# more information.
|
|
#
|
|
# Each rule has the form:
|
|
#
|
|
# permit address netmask
|
|
# deny address netmask
|
|
#
|
|
#permit 127.0.0.1 255.255.255.255
|