View | Details | Raw Unified
Collapse All | Expand All

(-) etc-update.orig (+2 lines)
 Lines 335-340    Link Here 
		case ${my_input} in
		case ${my_input} in
			1) echo "Replacing ${ofile} with ${file}"
			1) echo "Replacing ${ofile} with ${file}"
			   mv ${mv_opts} ${file} ${ofile}
			   mv ${mv_opts} ${file} ${ofile}
			   # Ensure that the timestamp is now, see bug #158548.
			   touch ${ofile}
			   [ -n "${OVERWRITE_ALL}" ] && my_input=-1
			   [ -n "${OVERWRITE_ALL}" ] && my_input=-1
			   continue
			   continue
			   ;;
			   ;;