reopen 593172
notfixed 593172 4.66-1
thanks

[Nobuhiro Iwamatsu]
> This is normal semantics.
> Because under etc/init.d/ directory of files are treated as a
> confgration file, it is not deleted by remove option.

No, it isn't.  Normal sematics is for the init.d script to verify that
the package is installed before trying to start services.  A common
way to do this is to look for the needed binary and exit without any
error if the binary is not available.  Look for examples like this in
other init.d scripts:

  [ -x "$DAEMON" ] || exit 0

Reopening.

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

Reply via email to