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 --- smeserver-tinydns-public-1.0.0/root/etc/e-smith/events/actions/publicdns-conf 2004-06-11 07:37:10.000000000 -0400 +++ mezzanine_patched_smeserver-tinydns-public-1.0.0/root/etc/e-smith/events/actions/publicdns-conf 2006-10-05 16:02:01.000000000 -0400 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w #---------------------------------------------------------------------- -# copyright (C) 2004 Gormand Pty Ltd +# copyright (C) 2004-6 Gormand Pty Ltd # # Derived from dnscache-conf # copyright (C) 1999-2004 Mitel Networks Corporation @@ -19,8 +19,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# Technical support for this program is available from Mitel Networks -# Please visit our web site www.mitel.com/sme/ for details. #---------------------------------------------------------------------- package esmith; @@ -33,7 +31,7 @@ my $configdb = esmith::ConfigDB->open or die "Could not open config db"; -my $domainsdb = esmith::ConfigDB->open('/home/e-smith/publicdns') +my $domainsdb = esmith::ConfigDB->open('publicdns') or die "Could not open publicdns db"; my $publicdns = $configdb->get('tinydns.public');