Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 564008 | Differences between
and this patch

Collapse All | Expand All

(-)a/init.d/fsck.in (-3 / +6 lines)
Lines 13-20 depend() Link Here
13
}
13
}
14
14
15
_abort() {
15
_abort() {
16
	rc-abort
16
	if [ -n "$fsck_do_not_abort" -a "$fsck_do_not_abort" = "YES" ] ; then
17
	return 1
17
	   return 1
18
	else
19
	   rc-abort
20
	   return 1
21
	fi
18
}
22
}
19
23
20
# We should only reboot when first booting
24
# We should only reboot when first booting
21
- 

Return to bug 564008