mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 19:37:53 +01:00
a93e1d5099
PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee>
11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# WARNING: spaces may be essential at the end of lines
|
|
# WARNING: empty lines are essential too
|
|
#
|
|
# yesexpr
|
|
^[1JjYy].*
|
|
# noexpr
|
|
^[0EeNn].*
|
|
# EOF
|