diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:25 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:25 +0000 |
commit | 18ef0a788491295e833962feb518c276923a0e43 (patch) | |
tree | dc84abad0104171abf24f95a76c2e527a78ddf62 /apt-pkg/deb | |
parent | e3bf76d14b69295feb066e4f4f8dffb3b964e9a1 (diff) |
Fixed up dpkginit and acquire stuff..
Author: jgg
Date: 1999-07-30 05:36:52 GMT
Fixed up dpkginit and acquire stuff..
Diffstat (limited to 'apt-pkg/deb')
-rw-r--r-- | apt-pkg/deb/dpkginit.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/deb/dpkginit.cc b/apt-pkg/deb/dpkginit.cc index 5327de0e1..6ea7f04af 100644 --- a/apt-pkg/deb/dpkginit.cc +++ b/apt-pkg/deb/dpkginit.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: dpkginit.cc,v 1.3 1999/07/26 17:46:08 jgg Exp $ +// $Id: dpkginit.cc,v 1.4 1999/07/30 05:36:52 jgg Exp $ /* ###################################################################### DPKG init - Initialize the dpkg stuff @@ -62,7 +62,7 @@ bool pkgDpkgLock::GetLock(bool WithUpdates) "are you root?"); // See if we need to abort with a dirty journal - if (WithUpdates == true && CheckUpdates() == false) + if (WithUpdates == true && CheckUpdates() == true) { Close(); return _error->Error("dpkg was interrupted, you must manually " |