mergemaster -i
Ruben de Groot
mail25 at bzerk.org
Wed Dec 1 04:24:36 PST 2004
On Wed, Dec 01, 2004 at 12:06:28PM +0100, Gert Cuykens typed:
> > /usr/src/UPDATING (you *do* read that before updating, don't you?). :-)
> /usr/src/UPDATING i would if it had more pictures in it :)
>
> can we have a mergemaster -d then who deletes everything.
write a small shell-script to do this for you:
#!/bin/sh
for file in `find /usr/src/etc -type f`; do
delete=`echo $file | sed 's/\/usr\/src//'`
rm -f $delete
done
have fun! >:-)
More information about the freebsd-questions
mailing list