Просмотр исходного кода

MOO DOOGIE
Author: jgg
Date: 2001-04-29 05:24:42 GMT
MOO DOOGIE

Arch Librarian лет назад: 22
Родитель
Сommit
6df63aa658
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 2
      apt-pkg/contrib/configuration.cc
  2. 1 0
      debian/changelog

+ 2 - 2
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)
 {   

+ 1 - 0
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