Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 609134
Collapse All | Expand All

(-)a/app-admin/swatchdog/files/swatchdog-init (-1 / +1 lines)
Lines 33-39 parse_full() { Link Here
33
33
34
start() {
34
start() {
35
	checkpath -d -q -m 0750 -o root:root /run/swatchdog
35
	checkpath -d -q -m 0750 -o root:root /run/swatchdog
36
	if [ "${PARSE_FULL}" == "YES" ]; then
36
	if [ "${PARSE_FULL}" = "YES" ]; then
37
		parse_full
37
		parse_full
38
	fi
38
	fi
39
	gen_script --tail-file
39
	gen_script --tail-file

Return to bug 609134