From: Don Armstrong Date: Tue, 19 Jun 2007 12:50:36 +0000 (-0700) Subject: import lockpid into expire X-Git-Tag: release/2.6.0~546^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9ea612f96c05e4797f822968c5573bc09d63dba;p=debbugs.git import lockpid into expire --- diff --git a/scripts/expire.in b/scripts/expire.in index 24494a0c..36781bcd 100755 --- a/scripts/expire.in +++ b/scripts/expire.in @@ -69,6 +69,7 @@ use Debbugs::Control qw(bug_archive); use Debbugs::Status qw(bug_archiveable); use Debbugs::Config qw(:config); +use Debbugs::Common qw(:lock); # No $gRemoveAge means "never expire". exit 0 unless $config{remove_age};