El 15/05/16 a las 14:00, Gregory Nowak <g...@gregn.net> escribió:
Principally, to avoid wicd from starting automatically
>i'll have to pull out the wicd script out of/etc/init.d/  , correct?
Not necessarily. Simply doing:

update-rc.d wicd disable

will prevent wicd from being started or stopped by removing the
symlinks to it. If you were to remove wicd from /etc/init.d, it would
be put back when the package was upgraded in the future.

Greg
"/etc/init.d/wicd" starts the daemon.

You need to remove the following file:

/etc/xdg/autostart/wicd-tray.desktop

On the other hand, pulling out a file from /etc/init.d/ isn't enough. You need to run:

update-rc.d -f wicd remove

Cheers,

  Aitor.


_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to