MOO DOOGIE
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:46 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:46 +0000 (16:57 +0000)
Author: jgg
Date: 2001-04-29 05:24:42 GMT
MOO DOOGIE

apt-pkg/contrib/configuration.cc
debian/changelog

index a8d0db7..b8c806e 100644 (file)
@@ -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)
 {   
index e52558b..5d10cf6 100644 (file)
@@ -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