Lines Matching +full:y +full:- +full:rc
3 # SPDX-License-Identifier: BSD-2-Clause
53 if [ -r /etc/defaults/rc.conf ]; then
54 . /etc/defaults/rc.conf
56 elif [ -r /etc/rc.conf ]; then
57 . /etc/rc.conf
60 EDITOR=${EDITOR:-/usr/bin/vi}
61 PAGER=${PAGER:-/usr/bin/more}
64 TMPFILE=`mktemp -t ${tempfoo}` || exit 1
69 echo -n "$1 (Y/N) ? "
70 read -t 30 a
101 if [ -r "${firewall_type}" ]; then
108 if [ -f ${edit_file}.new ]; then
124 The rules will be changed now. If the message 'Type y to keep the new
125 rules' does not appear on the screen or the y key is not pressed in 30
141 get_yes_no "Type y to keep the new rules"
144 DATE=`date "+%Y%m%d%H%M"`
151 diff -u ${edit_file}.$DATE ${edit_file} \
152 | mail -s "`hostname` Firewall rule change" root