From: Hugo Villeneuve Date: Mon, 19 May 2014 23:55:21 +0000 (-0400) Subject: Fix post install error with bind X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=fc2e5173beba79bb76f4f7acc0ef9755d8581629;p=hvlinux.git Fix post install error with bind --- diff --git a/stage3/pkg/bind b/stage3/pkg/bind index 2861623..74d498a 100644 --- a/stage3/pkg/bind +++ b/stage3/pkg/bind @@ -147,5 +147,5 @@ EOF bootscript_add_rc3 named 25 65 sed -i -e "s/^\(DNS_SERVER_ENA=\).*/\1\"yes\"/" \ - etc/sysconfig/network/network-parameters + /etc/sysconfig/network/network-parameters }