automated clean up of /usr/lib because of /lib
From: Alexander Leidinger (Alexander_at_Leidinger.net)
Date: 08/31/03
- Previous message: Christoph P. Kukulies: "Re: /lib symlinks problem? (was: Re: __fpclassifyd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 31 Aug 2003 20:31:49 +0200 To: current@freebsd.org
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
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Christoph P. Kukulies: "Re: /lib symlinks problem? (was: Re: __fpclassifyd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|