Re: File collision while using pkg_add

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Nick Guenther
Date: Thursday, November 22, 2007 - 12:09 pm

On 11/22/07, Pieter Verberne <pieterverberne@xs4all.nl> wrote:

First, how did this happen? Is the package system out of sync, or did
you have a failed install?
Second, to deal with it: make a script to automatically remove the
files. Just pipe the output to a file, go in with your favourite
editor and delete everything before and after the filelists, and then
replace " (same md5)" with "", and then for file in `cat files`; do rm
file; done
Or just rm every file it lists by hand?
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
File collision while using pkg_add, Pieter Verberne, (Thu Nov 22, 3:31 am)
Re: File collision while using pkg_add, Nick Guenther, (Thu Nov 22, 12:09 pm)
Re: File collision while using pkg_add, Pieter Verberne, (Fri Nov 23, 6:34 am)
Re: File collision while using pkg_add, Peter N. M. Hansteen, (Fri Nov 23, 7:25 am)
Re: File collision while using pkg_add, Marc Espie, (Sat Nov 24, 2:53 am)
Re: File collision while using pkg_add, Stuart Henderson, (Sat Nov 24, 3:59 am)
Re: File collision while using pkg_add, Pieter Verberne, (Sat Nov 24, 5:59 am)
Re: File collision while using pkg_add, Marc Espie, (Sat Nov 24, 6:46 am)
Re: File collision while using pkg_add, Julian Leyh, (Thu Nov 29, 1:06 am)