freeside/FS/FS/part_export bind.pm,1.2,1.3
ivan
ivan at pouncequick.420.am
Thu Apr 1 18:09:03 PST 2004
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv17180/FS/FS/part_export
Modified Files:
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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bind.pm 24 Mar 2004 14:28:46 -0000 1.2
+++ bind.pm 2 Apr 2004 02:09:01 -0000 1.3
@@ -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