automated clean up of /usr/lib because of /lib

Alexander Leidinger Alexander at Leidinger.net
Sun Aug 31 11:30:22 PDT 2003


Hi,

shouldn't we add something like
---snip---
for i in /lib/lib*.so.*; do
	lib=$(basename $i)
	[ -f /usr/lib/$lib ] && chflags noschg /usr/lib/$lib && rm /usr/lib/$lib
done
---snip---
into UPDATING or append it to the end of installworld?

Bye,
Alexander.

-- 
               I believe the technical term is "Oops!"

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


More information about the freebsd-current mailing list