diff -Nur -x '*.orig' -x '*.rej' e-smith-dnscache-1.0.0/root/var/service/dnscache/run mezzanine_patched_e-smith-dnscache-1.0.0/root/var/service/dnscache/run --- e-smith-dnscache-1.0.0/root/var/service/dnscache/run 2008-08-08 17:21:21.000000000 -0400 +++ mezzanine_patched_e-smith-dnscache-1.0.0/root/var/service/dnscache/run 2008-08-08 17:20:40.000000000 -0400 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w #---------------------------------------------------------------------- -# copyright (C) 1999-2005 Mitel Networks Corporation +# copyright (C) 1999-2008 Mitel Networks Corporation # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,8 +16,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; @@ -123,6 +121,9 @@ my $datalimit = $dnscache->prop('DataLimit') || 3000000; +# Ensure that forwarder instance is started +system("sv", "u", "/service/dnscache.forwarder"); + # http://marc.theaimsgroup.com/?l=djbdns&m=104812086607532&w=2 $SIG{'PIPE'} = 'IGNORE'; exec("envuidgid", "dnscache", "softlimit", "-o250", "-d", "$datalimit",