On Mon, Sep 03, 2001 at 11:16:10AM +0200, Andrea Cerrito wrote:
[snip]
> To remove svscan.
> 
> Modify /etc/inittab and remove the SV entry. Do kill -HUP to init.
> 
> To remove files.
> 
> find / -name svc -type f -exec rm {} \;
> find / -name supervise -type f -exec rm {} \;
> find / -name svok -type f -exec rm {} \;        
> find / -name svstat -type f -exec rm {} \;  
> find / -name svscan -type f -exec rm {} \;
> find / -name fghack -type f -exec rm {} \;      
> find / -name multilog -type f -exec rm {} \;      
> find / -name tai64n -type f -exec rm {} \;        
> find / -name tai64nlocal -type f -exec rm {} \;
> find / -name setuidgid -type f -exec rm {} \;           
> find / -name envuidgid -type f -exec rm {} \;
> find / -name envdir -type f -exec rm {} \;      
> find / -name softlimit -type f -exec rm {} \;      
> find / -name setlock -type f -exec rm {} \;       

Are you out of your mind?

This will take ages, may kill files that were not supposed to go (what
if a user happens to have a file called 'supervise' in his homedir?).

The daemontools programs are in well-defined spaces. Remove 'm there.
It's not hard.

Greetz, Peter
-- 
Monopoly        http://www.dataloss.nl/monopoly.html

Reply via email to