X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fdebianqueued;h=3f13a0e5c7b4aafbc6a44316f975ef10cce22cb6;hb=7bed027100f0b2a053c4c1c7fa69ee5d9abc69d2;hp=a54deec906e9705a2a74d75d94e0a5a91a7873ae;hpb=fa9d16b93dbe1a1c6bebbf864b3d056b2070527a;p=dak.git diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index a54deec9..3f13a0e5 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -1378,7 +1378,7 @@ sub process_commands($) { msg( "mail,log", "$word[1]: filename may not contain slashes\n" ); } elsif (! (($target_delay) = $word[2] =~ m,^([0-9]+)-day$,) || $target_delay > $conf::max_delayed) { - msg( "mail,log", "$word[2]: target must be #-day with # between 0 and $conf::max_delayed\n"); + msg( "mail,log", "$word[2]: target must be #-day with # between 0 and $conf::max_delayed (in particular, no '/' allowed)\n"); } elsif ($word[1] =~ /$conf::keep_files/) { msg( "mail,log", "$word[1] is protected, cannot rename\n" );