// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-cdrom.cc,v 1.38 2001/05/27 04:46:43 jgg Exp $
+// $Id: apt-cdrom.cc,v 1.39 2001/08/18 22:20:40 jgg Exp $
/* ######################################################################
APT CDROM - Tool for handling APT's CDROM database.
InfoDir = CD + ".disk/";
}
+ // Don't look into directories that have been marked to ingore.
+ if (stat(".aptignr",&Bur) == 0)
+ return true;
+
/* Aha! We found some package files. We assume that everything under
this dir is controlled by those package files so we don't look down
anymore */
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: indexcopy.cc,v 1.8 2001/05/27 04:47:21 jgg Exp $
+// $Id: indexcopy.cc,v 1.9 2001/08/18 22:20:40 jgg Exp $
/* ######################################################################
Index Copying - Aid for copying and verifying the index files
cout << '.' << endl;
if (Packages == 0)
- return _error->Warning("No valid records were found.");
-
+ _error->Warning("No valid records were found.");
+
if (NotFound + WrongSize > 10)
cout << "Alot of entries were discarded, something may be wrong." << endl;