Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2003 20:31:49 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        current@freebsd.org
Subject:   automated clean up of /usr/lib because of /lib
Message-ID:  <20030831203149.10589d5c.Alexander@Leidinger.net>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030831203149.10589d5c.Alexander>