mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
15 lines
181 B
Text
15 lines
181 B
Text
|
|
# $FreeBSD$
|
|||
|
|
#
|
|||
|
|
# WARNING: spaces may be essential at the end of lines
|
|||
|
|
# WARNING: empty lines are essential too
|
|||
|
|
#
|
|||
|
|
# yesexpr
|
|||
|
|
^[<5B><>yY].*
|
|||
|
|
# noexpr
|
|||
|
|
^[<5B><>nN].*
|
|||
|
|
# yesstr
|
|||
|
|
<EFBFBD><EFBFBD>
|
|||
|
|
# nostr
|
|||
|
|
<EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
# EOF
|