diff options
-rw-r--r-- | apt-pkg/contrib/configuration.cc | 4 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/contrib/configuration.cc b/apt-pkg/contrib/configuration.cc index a8d0db71b..b8c806e28 100644 --- a/apt-pkg/contrib/configuration.cc +++ b/apt-pkg/contrib/configuration.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: configuration.cc,v 1.20 2001/04/27 05:49:34 jgg Exp $ +// $Id: configuration.cc,v 1.21 2001/04/29 05:24:42 jgg Exp $ /* ###################################################################### Configuration Class @@ -433,7 +433,7 @@ string Configuration::Item::FullTag(const Item *Stop) const Sectional config files are like bind's named.conf where there are sections like 'zone "foo.org" { .. };' This causes each section to be added in with a tag like "zone::foo.org" instead of being split - tag/value. */ + tag/value. AsSectional enables Sectional parsing.*/ bool ReadConfigFile(Configuration &Conf,string FName,bool AsSectional, unsigned Depth) { diff --git a/debian/changelog b/debian/changelog index e52558bde..5d10cf6d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ apt (0.5.4) unstable; urgency=low don't build yet.. * run-parts. Closes: #94286 * 'apt-cache policy' preferences debug tool. + * Whatever. Closes: #89762 -- Jason Gunthorpe <jgg@debian.org> Thu, 8 Mar 2001 22:48:06 -0700 |