On Mon, 2009-08-03 at 14:44 +0100, Darren J Moffat wrote: > Mark Phalan wrote: > > On Mon, 2009-08-03 at 14:21 +0100, Darren J Moffat wrote: > >> Mark Phalan wrote: > >>> I'm fixing > >>> > >>> 6861019 BFU needs to be updated for the OpenSSL move out of /usr/sfw > >>> > >>> I'd like for BFU to (along with old libraries) remove old man pages > >>> from /usr/sfw - it seems like the right thing to do. I don't see any > >>> other cases of BFU removing man pages and there are about 1000 man pages > >>> each of which will need to be individually removed. > >>> > >>> Should BFU remove old man pages? > >> If they were delivered from ON and ON no longer delivers then yes. That > >> fact that it is man pages isn't really relevant here. > > > > Ok. > > I wanted to double-check as removing the man pages adds about a thousand > > lines to BFU. > > grep SUNWopenssl-man /var/sadm/install/contents | grep > /usr/sfw/share/man | awk '{print $1}' > > Should get you started without having to list them all explicitly.
Ah, good point. > > Note that you have to parse the contents file directly in case the new > SUNWopenssl-man that comes from SFW rather than ON is installed. Right. Thanks, -M _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org