summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:03 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:03 +0000
commitf826cfaa1c3f9fcf492fb65b22a2d964e78ae7ec (patch)
tree0b05f87b37b5f8c290369ad3737722aa628f911f /cmdline/apt-get.cc
parent5c2cb6e4ba5caca1f0efce0a726e8f47d16bc5a5 (diff)
Few more stats
Author: jgg Date: 1998-12-07 00:34:22 GMT Few more stats
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r--cmdline/apt-get.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index e8035abd0..07086b72f 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-get.cc,v 1.26 1998/12/06 06:22:59 jgg Exp $
+// $Id: apt-get.cc,v 1.27 1998/12/07 00:34:24 jgg Exp $
/* ######################################################################
apt-get - Cover for dpkg
@@ -397,6 +397,8 @@ bool CacheFile::Open()
pkgMakeStatusCache(List,Progress);
if (_error->PendingError() == true)
return _error->Error("The package lists or status file could not be parsed or opened.");
+ if (_error->empty() == false)
+ _error->Warning("You may want to run apt-get update to correct theses missing files");
Progress.Done();