From 289fb2f844c4bb11badb0f251d1147dcb7d4d7eb Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Jun 26 2006 23:36:14 +0000 Subject: ipv6 failure is present in 2.3.5 as well, reflect in comment. --- diff --git a/nsd.init b/nsd.init index 5b7e5fa..3ce0bf5 100755 --- a/nsd.init +++ b/nsd.init @@ -26,7 +26,7 @@ #ZONEC_VERBOSE=-v OTHER_NSD_OPTS="" -#work around for bug in nsd-2.3.4 when no ipv6 is available +#work around for bug in nsd-2.3.x when no ipv6 is available if [ ! -d /proc/sys/net/ipv6/ ] then OTHER_NSD_OPTS="-4 $OTHER_NSD_OPTS"