aboutsummaryrefslogtreecommitdiff
blob: 5ca379c0ed31290a8eea5e1f09f6753b8430e26e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$

do_check_time() {
	if [ -n "${BLOCK_SHUTDOWN_INTERVALS}" ]; then
		include time
		if check_interval NOW "${BLOCK_SHUTDOWN_INTERVALS}"; then
			shutdown_abort_can_force "shutdown forbidden time"
		fi
	fi
}

do_check_time