[nycbug-talk] removing compilers in obsd

Okan Demirmen okan
Wed Feb 25 18:17:26 EST 2004


On Wed 2004.02.25 at 18:00 -0500, G. Rosamond wrote:
> i know that one way to further lockdown an openbsd
> (or any bsd) box is to not install the compilers,
> compxx from the install sets.
> 
> they are necessary if you're hacking the kernel,
> using ports, etc.
> 
> but after you've used them, how do you remove
> them?

one could this way:

cd /
for i in $(tar zvf comp34.tgz); do rm -f $i; done

then you have directories left...but i think they should stay cause
of mtree.

okan

> is there some easy way?
> 
> g
> 
> _______________________________________________
> talk mailing list
> talk at lists.nycbug.org
> http://lists.nycbug.org/mailman/listinfo/talk

-- 




More information about the talk mailing list