Fix post install error with bind
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 19 May 2014 23:55:21 +0000 (19:55 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 31 Jul 2014 02:15:25 +0000 (22:15 -0400)
stage3/pkg/bind

index 2861623..74d498a 100644 (file)
@@ -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
 }