diff --git a/list.sh b/list.sh deleted file mode 100755 index 91dbf9d..0000000 --- a/list.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec find root -name '*.zone.in' -type f diff --git a/root/.gitignore b/root/.gitignore index 80f7d03..dffc83c 100644 --- a/root/.gitignore +++ b/root/.gitignore @@ -1,2 +1 @@ -data.cdb preprocessor.sed diff --git a/root/amery/.gitignore b/root/amery/.gitignore deleted file mode 100644 index c25ce77..0000000 --- a/root/amery/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.zone diff --git a/root/amery/Makefile b/root/amery/Makefile deleted file mode 100644 index 841e086..0000000 --- a/root/amery/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -ZONES=$(basename $(wildcard *.zone.in)) - -.PHONY: all clean - -all: $(ZONES) -clean: - @rm -f $(ZONES) - -../preprocessor.sed: ../preprocessor.sh $(wildcard ../*.in) ../servers.txt - @$^ > $@ - -%.zone: %.zone.in ../preprocessor.sed - @echo " [$*] $@.in -> $@" - @sed -f ../preprocessor.sed \ - -e 's,@@DOMAIN@@,$*,g' \ - $@.in > $@ - diff --git a/root/karasz/.gitignore b/root/karasz/.gitignore deleted file mode 100644 index c25ce77..0000000 --- a/root/karasz/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.zone diff --git a/root/karasz/Makefile b/root/karasz/Makefile deleted file mode 120000 index 28e9014..0000000 --- a/root/karasz/Makefile +++ /dev/null @@ -1 +0,0 @@ -../amery/Makefile \ No newline at end of file diff --git a/root/morfoh/.gitignore b/root/morfoh/.gitignore deleted file mode 100644 index c25ce77..0000000 --- a/root/morfoh/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.zone diff --git a/root/morfoh/Makefile b/root/morfoh/Makefile deleted file mode 120000 index 28e9014..0000000 --- a/root/morfoh/Makefile +++ /dev/null @@ -1 +0,0 @@ -../amery/Makefile \ No newline at end of file