From a45c3777f3ccdc3e6cb8cf44199c39f77781b9a0 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Thu, 5 Nov 2015 17:36:25 +0100 Subject: [PATCH] fixing #17 PATH missing in slave_dns --- src/slave_dns | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slave_dns b/src/slave_dns index 6932363e..7c459ec4 100644 --- a/src/slave_dns +++ b/src/slave_dns @@ -3,6 +3,7 @@ # Rebuild the bind configuration's file # with the IP of the slave dns +PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FLAGFILE="/var/run/alternc/refresh_slave"; TPL="/etc/alternc/templates/bind/slaveip.conf" TARGET="/var/lib/alternc/bind/slaveip.conf"