From 3d63bd7ac3b7b59ae390af8915e2b3c28c89be6c Mon Sep 17 00:00:00 2001 From: doogie <> Date: Thu, 16 Aug 2001 06:06:16 -0800 Subject: [PATCH] [project @ 2001-08-16 07:06:16 by doogie] If an unknown package is requested in checkmaintainers, then add gUnknownMaintainerEmail to maintaddrs. --- scripts/process.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/process.in b/scripts/process.in index fd3fb6ac..8aff7c27 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.32 2001/08/16 06:55:17 doogie Exp $ +# $Id: process.in,v 1.33 2001/08/16 07:06:16 doogie Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -906,6 +906,7 @@ print DEBUG "maintainer add >$p|$maintainerof{$p}<\n"; $anymaintfound++; } else { print DEBUG "maintainer none >$p<\n"; + push(@maintaddrs,$gUnknownMaintainerEmail) unless $anymaintnotfound; $anymaintnotfound++; last; } -- 2.39.5