/[smeserver]/smeserver-tinydns-public/P/smeserver-tinydns-public-1.0.0-dbpatch.patch
ViewVC logotype

Annotation of /smeserver-tinydns-public/P/smeserver-tinydns-public-1.0.0-dbpatch.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Oct 5 20:08:08 2006 UTC (17 years, 7 months ago) by charliebrady
Branch: MAIN
CVS Tags: HEAD
Thu Oct  5 16:08:05 2006                      Charlie Brady (charlieb)

See changelog
----------------------------------------------------------------------

1 charliebrady 1.1 diff -Nur -x '*.orig' -x '*.rej' smeserver-tinydns-public-1.0.0/root/etc/e-smith/events/actions/publicdns-conf mezzanine_patched_smeserver-tinydns-public-1.0.0/root/etc/e-smith/events/actions/publicdns-conf
2     --- smeserver-tinydns-public-1.0.0/root/etc/e-smith/events/actions/publicdns-conf 2004-06-11 07:37:10.000000000 -0400
3     +++ mezzanine_patched_smeserver-tinydns-public-1.0.0/root/etc/e-smith/events/actions/publicdns-conf 2006-10-05 16:02:01.000000000 -0400
4     @@ -1,6 +1,6 @@
5     #!/usr/bin/perl -w
6     #----------------------------------------------------------------------
7     -# copyright (C) 2004 Gormand Pty Ltd
8     +# copyright (C) 2004-6 Gormand Pty Ltd
9     #
10     # Derived from dnscache-conf
11     # copyright (C) 1999-2004 Mitel Networks Corporation
12     @@ -19,8 +19,6 @@
13     # along with this program; if not, write to the Free Software
14     # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15     #
16     -# Technical support for this program is available from Mitel Networks
17     -# Please visit our web site www.mitel.com/sme/ for details.
18     #----------------------------------------------------------------------
19     package esmith;
20    
21     @@ -33,7 +31,7 @@
22     my $configdb = esmith::ConfigDB->open
23     or die "Could not open config db";
24    
25     -my $domainsdb = esmith::ConfigDB->open('/home/e-smith/publicdns')
26     +my $domainsdb = esmith::ConfigDB->open('publicdns')
27     or die "Could not open publicdns db";
28    
29     my $publicdns = $configdb->get('tinydns.public');

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed