diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:01 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:01 +0000 |
commit | 76fbce56571f70ea78a0b9280e453031e5d64284 (patch) | |
tree | 0faf7cfae445954390f73b59bcc8455a494ebb27 /cmdline/apt-cache.cc | |
parent | e102791adef7375c3e6fa7c8f58d74105bd58d25 (diff) |
Stuff
Author: jgg
Date: 1998-12-06 06:22:58 GMT
Stuff
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r-- | cmdline/apt-cache.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 2e1d43ded..51db343f9 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.14 1998/12/04 22:56:53 jgg Exp $ +// $Id: apt-cache.cc,v 1.15 1998/12/06 06:22:58 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -32,7 +32,7 @@ /* */ bool UnMet(pkgCache &Cache) { - bool Important = _config->FindB("Important",false); + bool Important = _config->FindB("APT::Cache::Important",false); for (pkgCache::PkgIterator P = Cache.PkgBegin(); P.end() == false; P++) { @@ -445,7 +445,7 @@ int main(int argc,const char *argv[]) {'p',"pkg-cache","Dir::Cache::pkgcache",CommandLine::HasArg}, {'s',"src-cache","Dir::Cache::srcpkgcache",CommandLine::HasArg}, {'q',"quiet","quiet",CommandLine::IntLevel}, - {'i',"important","Important",0}, + {'i',"important","APT::Cache::Important",0}, {'c',"config-file",0,CommandLine::ConfigFile}, {'o',"option",0,CommandLine::ArbItem}, {0,0,0,0}}; |