From fc2e5173beba79bb76f4f7acc0ef9755d8581629 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 19 May 2014 19:55:21 -0400 Subject: [PATCH] Fix post install error with bind --- stage3/pkg/bind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.20.1