View | Details | Raw Unified | Return to bug 191918
Collapse All | Expand All

(-)save-entropy.sh (-1 / +5 lines)
Lines 31-37 Link Here
31
31
32
# Originally developed by Doug Barton, dougb@FreeBSD.org
32
# Originally developed by Doug Barton, dougb@FreeBSD.org
33
33
34
PATH=/bin:/usr/bin
34
PATH=/bin:/sbin:/usr/bin
35
35
36
# If there is a global system configuration file, suck it in.
36
# If there is a global system configuration file, suck it in.
37
#
37
#
Lines 42-47 Link Here
42
	. /etc/rc.conf 2>/dev/null
42
	. /etc/rc.conf 2>/dev/null
43
fi
43
fi
44
44
45
if [ $(sysctl -n security.jail.jailed) != 0 ]; then
46
	exit 0
47
fi
48
45
case ${entropy_dir} in
49
case ${entropy_dir} in
46
[Nn][Oo])
50
[Nn][Oo])
47
	exit 0
51
	exit 0

Return to bug 191918