On Wed, Jan 11, 2006 at 05:03:11PM +0100, Marc Haber wrote:
> exim4 builds multiple binary packages. Only one of them, exim4-base,
> has an init script. This init script is installed as /etc/init.d/exim4.
> 
> Since a few days, dh_installinit incorporates code to invoke
> /etc/init.d/exim4 into all binary packages:

The real problem is that --noscripts is ignored.

This might be caused by the following Code in Dh_Getopt.pm:

                "n" => \$options{NOSCRIPTS},
                "noscripts" => \$options{ONLYSCRIPTS},
                "o" => \$options{ONLYSCRIPTS},
                "onlyscripts" => \$options{ONLYSCRIPTS},

which looks king of wrong.

Should be changed to:

                "n" => \$options{NOSCRIPTS},
                "noscripts" => \$options{NOSCRIPTS},
                 "o" => \$options{ONLYSCRIPTS},
                 "onlyscripts" => \$options{ONLYSCRIPTS},

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to