Sylvain Garcia <[EMAIL PROTECTED]> writes: > I would like package an application for debian and use dh_installinit > for install init script, but I have problem.
> dh_installinit has add installation script at the of postint, but when i > want install my .deb the postinst script take a pause when invoke-rc.d > start the init script. > If I want continu I must make "Ctrl + c" Sounds like a bug in the init script. In particular, it sounds like the init script is starting some program that's waiting for input on standard input. This would be bad when the init script is run during system boot as well. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]