21.05.2013 17:52, Jakub Wilk wrote:
> Package: qemu-system-x86
> Version: 1.5.0+dfsg-1
> Severity: normal
> 
> qemu-system-x86 postinst calls update-rc.d like this:
> 
>     update-rc.d qemu-system-x86 start >/dev/null
> 
> But "start" requires at least two arguments: a sequence number and a runlevel.

Hmm. But this is exactly what dh_installinit is called with:

        dh_installinit -pqemu-system-x86 --no-restart-on-upgrade -u start 20 S .

If I read dh_installinit manpage correctly, everything after -u
should be passed verbatim to update-rc.d, no?

Oh.  I think I see what it means.

I should use either `-- param1 param2...', or `-u "param1 param2..."'.

That makes sence.  What isn't obvious is why dh_installinit does
not complain about the extra arguments ("20 S .").

I'll fix this in a moment.

> (See also bug #706440.)

I don't understand.  Is #706440 actually a duplicate of this bugreport?

Thanks,

/mjt


-- 
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