"Wesley W. Terpstra" <[EMAIL PROTECTED]> wrote: >I have a single source package with several daemon being built to different >packages. I would like to control the default position of these daemons in >startup/shutdown. > >From what I can tell, dh_installinit takes parameters that tell update-rc.d >what params to use to setup the init script. However, I want to control the >two output packages seperately.
Call dh_installinit twice, using the -p flag (before --, of course) to control which package gets altered in each invocation. HTH, -- Colin Watson [EMAIL PROTECTED]

