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

Collapse All | Expand All

(-)halt.sh.orig (+9 lines)
Lines 113-117 Link Here
113
	eend 0
113
	eend 0
114
fi
114
fi
115
115
116
# inform if there is a forced or skipped fsck
117
if [ -f /forcefsck ]; then
118
	echo
119
	ewarn "A full fsck will be forced on next startup"
120
fi
116
121
122
if [ -f /fastboot ]; then
123
	echo
124
	ewarn "Fsck will be skipped on next startup"
125
fi
117
# vim:ts=4
126
# vim:ts=4

Return to bug 5570