diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:40 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:40 +0000 |
commit | bc4af0b920be60156e5567ada3339b432d3f6e3a (patch) | |
tree | 10c8aba51a021028bfa73dba828a7fb625c959b3 /apt-pkg/init.cc | |
parent | 6a7cf7699dd3996bf0d6832d5da23f232b260713 (diff) |
More CD support
Author: jgg
Date: 1998-11-25 23:54:06 GMT
More CD support
Diffstat (limited to 'apt-pkg/init.cc')
-rw-r--r-- | apt-pkg/init.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index 3343e197f..29926b97a 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: init.cc,v 1.13 1998/11/22 03:20:32 jgg Exp $ +// $Id: init.cc,v 1.14 1998/11/25 23:54:06 jgg Exp $ /* ###################################################################### Init - Initialize the package library @@ -33,6 +33,7 @@ bool pkgInitialize(Configuration &Cnf) Cnf.Set("Dir::State::xstatus","xstatus"); Cnf.Set("Dir::State::userstatus","status.user"); Cnf.Set("Dir::State::status","/var/lib/dpkg/status"); + Cnf.Set("Dir::State::cdroms","cdroms.list"); // Cache Cnf.Set("Dir::Cache","/var/cache/apt/"); |