--- /usr/sbin/etc-update 2005-07-28 02:24:05.000000000 -0500 +++ /usr/sbin/etc-update 2005-08-07 21:48:56.000000000 -0500 @@ -265,6 +265,7 @@ case ${my_input} in 1) echo "Replacing ${ofile} with ${file}" mv ${mv_opts} ${file} ${ofile} + touch ${ofile} my_input=-1 continue ;; @@ -316,6 +317,7 @@ 1) echo "Replacing ${ofile} with ${mfile}" chmod --reference=${ofile} ${mfile} mv ${mv_opts} ${mfile} ${ofile} + touch ${ofile} rm ${rm_opts} ${file} return 255 ;;