From 076f814f3d8216a1a7f63dbf7c8e0522d05965ad Mon Sep 17 00:00:00 2001 From: dancer Date: Sun, 27 Jan 2002 12:27:03 +0000 Subject: modified the cleaning process to the one using trap, for create, update, and login methods. build is not modified (yet) --- pbuilder-modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pbuilder-modules') diff --git a/pbuilder-modules b/pbuilder-modules index 0c6c2a2..b838665 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -87,7 +87,7 @@ function cleanbuildplace () { fi; } -function abortingfunction () { +function umountproc_cleanbuildplace () { # rolling back to abort. umountproc cleanbuildplace @@ -120,7 +120,7 @@ EOF function extractbuildplace () { # after calling this function, umountproc, and cleanbuildplace - # needs to be called. + # needs to be called. Please trap it. cleanbuildplace echo "building the build env" echo " -> extracting base.tgz" -- cgit v1.2.3