View | Details | Raw Unified
Collapse All | Expand All

(-) hibernate-script-1.93/init.d/hibernate-cleanup.sh (-1 / +1 lines)
 Lines 55-61    Link Here 
check_filewriter_sig() {
check_filewriter_sig() {
	local target
	local target
	[ -f "$HIBERNATE_FILEWRITER_TRAIL" ] || return
	[ -f "$HIBERNATE_FILEWRITER_TRAIL" ] || return 0
	read target < $HIBERNATE_FILEWRITER_TRAIL
	read target < $HIBERNATE_FILEWRITER_TRAIL
	[ -f "$target" ] || return
	[ -f "$target" ] || return
	case "`dd \"if=$target\" bs=8 count=1 2>/dev/null`" in
	case "`dd \"if=$target\" bs=8 count=1 2>/dev/null`" in