mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
15 lines
190 B
Text
15 lines
190 B
Text
|
|
# $FreeBSD$
|
|||
|
|
#
|
|||
|
|
# WARNING: spaces may be essential at the end of lines
|
|||
|
|
# WARNING: empty lines are essential too
|
|||
|
|
#
|
|||
|
|
# yesexpr
|
|||
|
|
^[yY<79>B<EFBFBD><42><EFBFBD>O].*
|
|||
|
|
# noexpr
|
|||
|
|
^[nN<6E><4E><EFBFBD>ܤ<EFBFBD><DCA4>_].*
|
|||
|
|
# yesstr
|
|||
|
|
<EFBFBD>O
|
|||
|
|
# nostr
|
|||
|
|
<EFBFBD>_
|
|||
|
|
# EOF
|