From 78bd3775a7c8adc6de0ab758551f71751ca55fca Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 21 Feb 2009 21:23:15 +0100 Subject: [PATCH] dinstall its lock_accepted, not lockac Signed-off-by: Joerg Jaspert --- config/debian/dinstall | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/debian/dinstall b/config/debian/dinstall index c1b74891..d38503ce 100755 --- a/config/debian/dinstall +++ b/config/debian/dinstall @@ -64,6 +64,7 @@ function ts() { # Cleanup actions function cleanup() { rm -f ${LOCK_DAILY} + rm -f ${LOCK_ACCEPTED} } # Setup the notice file to tell bad mirrors they used the wrong time @@ -524,7 +525,7 @@ GO=( ) stage $GO -rm -f $LOCKAC +rm -f "$LOCK_ACCEPTED" GO=( FUNC="msfl" -- 2.39.2