Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101695
Collapse All | Expand All

(-)/usr/sbin/etc-update (+2 lines)
Lines 265-270 Link Here
265
		case ${my_input} in
265
		case ${my_input} in
266
			1) echo "Replacing ${ofile} with ${file}"
266
			1) echo "Replacing ${ofile} with ${file}"
267
			   mv ${mv_opts} ${file} ${ofile}
267
			   mv ${mv_opts} ${file} ${ofile}
268
			   touch ${ofile}
268
			   my_input=-1
269
			   my_input=-1
269
			   continue
270
			   continue
270
			   ;;
271
			   ;;
Lines 316-321 Link Here
316
				1) echo "Replacing ${ofile} with ${mfile}"
317
				1) echo "Replacing ${ofile} with ${mfile}"
317
				   chmod --reference=${ofile} ${mfile}
318
				   chmod --reference=${ofile} ${mfile}
318
				   mv ${mv_opts} ${mfile} ${ofile}
319
				   mv ${mv_opts} ${mfile} ${ofile}
320
				   touch ${ofile}
319
				   rm ${rm_opts} ${file}
321
				   rm ${rm_opts} ${file}
320
				   return 255
322
				   return 255
321
				   ;;
323
				   ;;

Return to bug 101695