On Mon, Aug 11, 2008 at 06:59:55PM +0000, Russ Allbery wrote:
> diff --git a/checks/scripts b/checks/scripts
> index 9abddc2..3e96b67 100644
> --- a/checks/scripts
> +++ b/checks/scripts
> @@ -736,7 +736,7 @@ while (<SCRIPTS>) {
>                   tag "maintainer-script-modifies-inetd-conf", "$file:$."
>                       unless Dep::implies($deps{provides}, 
> Dep::parse('inet-superserver'));
>               }
> -             if (m,^$LEADIN(/(usr/)?s?bin/\w+),) {
> +             if (m,^$LEADIN(/(usr/)?s?bin/[\w-]+),) {


Why so conservative here? I feel that something like \S or [^`)}]
would be better here.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


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

Reply via email to