From e17c158615e8fc43b31bbb13f3c9127e29975c1f Mon Sep 17 00:00:00 2001 From: doogie <> Date: Wed, 25 Sep 2002 15:19:08 -0800 Subject: [PATCH] [project @ 2002-09-25 16:19:08 by doogie] Remove code that maintained old-style db/ layout. --- scripts/process.in | 5 +---- scripts/service.in | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/scripts/process.in b/scripts/process.in index b09fbed6..1e6d6062 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.47 2002/08/26 15:08:52 ajt Exp $ +# $Id: process.in,v 1.48 2002/09/25 16:19:08 doogie Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -493,9 +493,6 @@ END "$s_package\n$s_keywords\n\n\n\n$s_severity\n"); &overwrite("db-h/$hash/$ref.report", join("\n",@msg)."\n"); - link("db-h/$hash/$ref.log", "db/$ref.log"); - link("db-h/$hash/$ref.status", "db/$ref.status"); - link("db-h/$hash/$ref.report", "db/$ref.report"); } &checkmaintainers; diff --git a/scripts/service.in b/scripts/service.in index d2f16963..a295f665 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: service.in,v 1.50 2002/08/26 15:36:06 ajt Exp $ +# $Id: service.in,v 1.51 2002/09/25 16:19:08 doogie Exp $ # ^ more or less ^ # # Usage: service .nn @@ -585,9 +585,6 @@ END copy("db-h/$ohash/$origref.status", "db-h/$hash/$ref.status"); copy("db-h/$ohash/$origref.report", "db-h/$hash/$ref.report"); &bughook('new', $ref, "$s_originator\n$s_date\n$s_subject\n$s_msgid\n$s_package\n$s_keywords\n$s_done\n$s_forwarded\n$s_mergedwith\n$s_severity\n"); - link("db-h/$hash/$ref.log", "db/$ref.log"); - link("db-h/$hash/$ref.status", "db/$ref.status"); - link("db-h/$hash/$ref.report", "db/$ref.report"); $ref++; } -- 2.39.5