pf-tools/pf-tools: fixes

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Tue Jan 20 12:19:37 UTC 2015


details:   http://hg.debian.org/hg/pf-tools/pf-tools/rev/cf643d6aa7c4
changeset: 1445:cf643d6aa7c4
user:      melkor <melkor at sitadelle.com>
date:      Tue Jan 20 13:19:34 2015 +0100
description:
fixes

diffstat:

 doc/global-hash |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r cc9e8d65a6dc -r cf643d6aa7c4 doc/global-hash
--- a/doc/global-hash	Tue Jan 20 10:22:33 2015 +0100
+++ b/doc/global-hash	Tue Jan 20 13:19:34 2015 +0100
@@ -1,17 +1,17 @@
-This vriable store data parsed from ini files.
+This is a global variable that store datas parsed from ini files. All sections are sorted in list @sortnetkeys.
 
-Sub list add object in global hash in order of calling from @sortnetkeys in Conf.pm:
+This is a list of subs, each will add data in global hash. In order of calling from @sortnetkeys in Conf.pm:
    * add_zone 
    * add_site
    * add_network
    * add_server
    * __add_service 
 
-- add_zone sub from Conf/Network.pm create {ZONE|ZONE6}{BY_NAME}{private} sections with empty
+- add_zone sub is defined in Conf/Network.pm. It creates {ZONE|ZONE6}{BY_NAME}{private} sections with empty
   {ALL_SITES}, empty {BY_SITE} and add {SOA] information taken from object "type = zone" from
   private-network (start-file in pf-tools.conf).
 
-- add_size sub from Conf/Network.pm, with $section_name has value of section of object
+- add_site sub is defined in Conf/Network.pm, with $section_name has value of section of object
   'type = site', '$zone' value of 'zone' key in object 'type = site':
     * push in {SITE}{ROOT} and {SITE}{EDGE}: keys 'state' of object 'type = site'
     * in {SITE}{$section_name} :



More information about the pf-tools-commits mailing list