Your message dated Wed, 14 Nov 2018 22:58:28 +0100
with message-id <[email protected]>
and subject line Re: no error checking for nonexistent input
has caused the Debian Bug report #558349,
regarding no error checking for nonexistent input
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
558349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558349
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysv-rc
Version: 2.87dsf-8
Severity: wishlist

I don't think update-rc.d is actually checking that it is doing anything,
# update-rc.d ssssssssssshd remove; echo $?
update-rc.d: using dependency based boot sequencing
0

No error message or status value.



--- End Message ---
--- Begin Message ---
On Sat, 28 Nov 2009 13:21:27 +0800 [email protected] wrote:
> Package: sysv-rc
> Version: 2.87dsf-8
> Severity: wishlist
> 
> I don't think update-rc.d is actually checking that it is doing anything,
> # update-rc.d ssssssssssshd remove; echo $?
> update-rc.d: using dependency based boot sequencing
> 0
> 
> No error message or status value.

This is expected behaviour, if you read the update-rc.d man page.

update-rc.d ssssssssssshd remove
tries to remove any symlinks in /etc/rc?.d/ for ssssssssssshd.
If there aren't any, it does nothing.
Triggering an error in this case would be wrong.



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to