Lines Matching +full:- +full:30 +full:mv
3 # SPDX-License-Identifier: BSD-2-Clause
38 # If no answer is received in 30 seconds, the previous
53 if [ -r /etc/defaults/rc.conf ]; then
56 elif [ -r /etc/rc.conf ]; then
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
125 rules' does not appear on the screen or the y key is not pressed in 30
146 mv ${edit_file}.new ${edit_file}
151 diff -u ${edit_file}.$DATE ${edit_file} \
152 | mail -s "`hostname` Firewall rule change" root