--- etc-update.orig 2006-12-19 16:28:14.000000000 +0000 +++ etc-update 2006-12-19 16:29:01.000000000 +0000 @@ -335,6 +335,8 @@ case ${my_input} in 1) echo "Replacing ${ofile} with ${file}" mv ${mv_opts} ${file} ${ofile} + # Ensure that the timestamp is now, see bug #158548. + touch ${ofile} [ -n "${OVERWRITE_ALL}" ] && my_input=-1 continue ;;