mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
14 lines
190 B
Text
14 lines
190 B
Text
# $FreeBSD$
|
||
#
|
||
# WARNING: spaces may be essential at the end of lines
|
||
# WARNING: empty lines are essential too
|
||
#
|
||
# yesexpr
|
||
^[yYyY是].*
|
||
# noexpr
|
||
^[nNnN不否].*
|
||
# yesstr
|
||
是
|
||
# nostr
|
||
否
|
||
# EOF
|