From eb8163c8edd18ef8afabdbc73befcc7d37c94a7e Mon Sep 17 00:00:00 2001 From: Glen Pit-Pladdy Date: Tue, 11 Apr 2017 12:44:59 +0100 Subject: [PATCH] rename config files to match scripts --- py-hole-bind9RPZ | 2 +- py-hole-rpzconfig.yaml => py-hole-bind9RPZ_config.yaml | 0 py-hole-dnsmasq | 2 +- py-hole-config.yaml => py-hole-dnsmasq_config.yaml | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename py-hole-rpzconfig.yaml => py-hole-bind9RPZ_config.yaml (100%) rename py-hole-config.yaml => py-hole-dnsmasq_config.yaml (100%) diff --git a/py-hole-bind9RPZ b/py-hole-bind9RPZ index d14e649..f87f22a 100755 --- a/py-hole-bind9RPZ +++ b/py-hole-bind9RPZ @@ -16,7 +16,7 @@ import subprocess # read config -configfile = '/etc/bind/py-hole-rpzconfig.yaml' +configfile = '/etc/bind/py-hole-bind9RPZ_config.yaml' config = { # base config overridden by configfile 'cachedir': '/var/local/bindRPZ', diff --git a/py-hole-rpzconfig.yaml b/py-hole-bind9RPZ_config.yaml similarity index 100% rename from py-hole-rpzconfig.yaml rename to py-hole-bind9RPZ_config.yaml diff --git a/py-hole-dnsmasq b/py-hole-dnsmasq index 2511538..c322305 100755 --- a/py-hole-dnsmasq +++ b/py-hole-dnsmasq @@ -17,7 +17,7 @@ import subprocess # read config -configfile = '/etc/py-hole-config.yaml' +configfile = '/etc/py-hole-dnsmasq_config.yaml' config = { # base config overridden by configfile 'cachedir': '/var/local/py-hole', diff --git a/py-hole-config.yaml b/py-hole-dnsmasq_config.yaml similarity index 100% rename from py-hole-config.yaml rename to py-hole-dnsmasq_config.yaml