[Fabrice Lorrain] > Even though /etc/init.d/lldpd reads /etc/default/lldp, it doesn't > provide a way to not start the daemon. > > Checking the status of a variable like START_DAEMON in the init > script would help.
If you want to disable the daemon, change the S* symlinks in /etc/rcX.d/ to K* symlinks and run update-rc.d to update the boot ordering. The sysv-rc version of update-rc.d provide experimental support for doing this for you. Use update-rc.d llpd disable This is the intended way to disable services with sysv init.d scripts. happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org