freeside/FS/FS/part_export bind.pm,1.1.4.1,1.1.4.2

ivan ivan at pouncequick.420.am
Thu Apr 1 18:09:39 PST 2004


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv17231/FS/FS/part_export

Modified Files:
      Tag: FREESIDE_1_4_BRANCH
	bind.pm 
Log Message:
add option to set (r)ndc command

Index: bind.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/bind.pm,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -u -d -r1.1.4.1 -r1.1.4.2
--- bind.pm	24 Mar 2004 14:29:06 -0000	1.1.4.1
+++ bind.pm	2 Apr 2004 02:09:35 -0000	1.1.4.2
@@ -17,7 +17,8 @@
                       default => 'BIND8' },
   'bind9_minttl' => { label => 'The minttl required by bind9 and RFC1035.',
                       default => '1D' },
-;
+  'reload'       => { label => 'Optional reload command.  If not specified, defaults to "ndc" under BIND8 and "rndc" under BIND9.', },
+;                    
 
 %info = (
   'svc'     => 'svc_domain',




More information about the freeside-commits mailing list