-----BEGIN PGP SIGNED MESSAGE-----

> Hi,
> I have installed daemontools on solaris , which I do
> not want to use any more .Let me know how to uninstall
> daemontools on solaris?

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 {} \;       

To remove services directory.

rm -r /service

I think it's all.
- ---
Cordiali saluti / Best regards
Andrea Cerrito
^^^^^^^^^^^^^^
Net.Admin @ Centro MultiMediale di Terni S.p.A.
P.zzale Bosco 3A
05100 Terni IT
Tel. +39 0744 5441330
Fax. +39 0744 5441372


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQEVAwUBO5NKWfo9HK4+yTI3AQFbBwf/QThzmwZZOQkj8TlpIz0lOjmvDm39EukC
Eu3RFFCS7Wz9JkX8PJQJyuoHWldguMKEPZtefcXc+83a6sytxaMLdXJAgjJRPdRe
SGxYJhbafgM73PsEtulhoYiBVny0QxUlx5Z4sfquSK+pNY+zD0ESrmvk8hxjbLxE
OjC4PyVBKKwYp/pFS2SWfsfSZsP1XldWWuCUVf+BLuBjA/E8ElMaz/hr9L/Jgivn
Ax/tADhOTtxeVOi05TS8ie/hL8JPINxHPW3pa2SkEOuWwJg5WLDbj+hl92ObPQZZ
kjNBtGgP7xhdovLAICUob7X2OymYNAwnphRWTZe2wlzcvyhQlKPF8Q==
=GpQc
-----END PGP SIGNATURE-----

Reply via email to