de-installing kde & Xfree86 from 5.2.1

2005-01-31 Thread bsd
Hello,
I am looking for a fast and secure way to remove all kde* things from 
my system.

We are using this machine as a headless server and do not need this 
"kind of things at all".
This is bothering me when I update de port tree and do my cvsup things.

ON THE OTHER HAND we absolutely need the deinstall not to compromise 
our server !!

Libraries used by other program must not be touched by the deinstall 
process as this is a quite busy mail server.

I was thinking about going into each directory in /usr/ports/... and 
making a "make deinstall"

Any other clue will be welcome !
__
«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
¯¯
Grégory Bernard   11, rue de la Tour
Directeur 75116 Paris France
www.ToDoo.biz
__
«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
¯¯
PGP ID --> 0x1BA3C2FD
"All parts should go together without forcing. You must remember that 
the parts you are reassembling were disassembled by you. Therefore, if 
you can't get them together again, there must be a reason. By all 
means, do not use hammer." -- IBM maintenance manual, 1975

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: de-installing kde & Xfree86 from 5.2.1

2005-01-31 Thread Dick Davies
* bsd @ todoo. biz <[EMAIL PROTECTED]> [0129 21:29]:
> Hello,
> 
> I am looking for a fast and secure way to remove all kde* things from 
> my system.
> 
> We are using this machine as a headless server and do not need this 
> "kind of things at all".

then why did you install them ? :)

> This is bothering me when I update de port tree and do my cvsup things.
> 
> ON THE OTHER HAND we absolutely need the deinstall not to compromise 
> our server !!

ssh. pkg_delete will check before deinstalling stuff.

pkg_delete `pkg_info |grep -i kde | awk '{print $1}'`
 
> Libraries used by other program must not be touched by the deinstall 
> process as this is a quite busy mail server.

Don't see how mail is going to need kde.
 
-- 
'Everybody I know who is right always agrees with ME.'
-- Rev Lady Mal
Rasputin :: Jack of All Trades - Master of Nuns
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: de-installing kde & Xfree86 from 5.2.1

2005-01-31 Thread Colin J. Raven
On Jan 31 at 21:35, Dick Davies launched this into the bitstream:

> * bsd @ todoo. biz <[EMAIL PROTECTED]> [0129 21:29]:
>> Hello,
>>
>> I am looking for a fast and secure way to remove all kde* things from
>> my system.
>>
>> We are using this machine as a headless server and do not need this
>> "kind of things at all".
>
> then why did you install them ? :)

It's quite possible that the machine was retasked to another role. Or, 
equally possibly, the OP inherited this machine if he moved into another 
position/new job. Alternatively another admin could have installed the 
kde stuff.

I've seen this stuff happen many times before. Hell I've been bitten by 
it myself. If you didn't do it yourself it's an unenviable position to 
be in. Running FreeBSD here (yet again) clearly has advantages. Let's 
just hope - for the OP's sake that this stuff *was* originally installed 
from ports since, as you rightly pointed out, it's not a daunting 
proposition to remove uneeded apps.

Regards,
-Colin
--
Colin J. Raven
FreeBSD 5.3-RELEASE - http://www.FreeBSD.org - There can be only One
Mon Jan 31 23:11:00 CET 2005
11:11PM  up 11 days, 12:01, 9 users, load averages: 0.00, 0.00, 0.00
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"