On Sat, Sep 3, 2011 at 4:39 PM, swh <[email protected]> wrote: > Any help is appreciated. >
Just to get prerequisites out of the way, have you done the
for f in $(find /etc -type f -name '*pacnew'); do
orig = ${f%.pacnew}
diff -u $orig $f > /tmp/$orig.diff
done
then review the config changes and make updates accordingly dance?

