On 7/19/06, Julien PUYDT <[EMAIL PROTECTED]> wrote:
It would be nice if /etc/default/ejabberd had a NO_START variable, by default set to 0 (ie: start ejabberd at boot time), but which could be set to 1 to avoid that (see apache2's package for an example how this is done).
Why would someone want to install ejabberd but not run it? Anyway, in the current situation you may add line "exit 0" at the very beginning of /etc/init.d/ejabberd (it won't be replaced on ejabberd upgrades because it's a config file). Or even remove ejabberd (config files and user database are preserved on removal without purging). -- Sergei Golovan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

