From 92a2116e35380a950b4ee0e64997a2d43ebc2cbe Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 20 Oct 2019 15:39:59 +0200 Subject: small fix around /etc/badhosts in /etc/pf.conf --- build.sh | 1 + config/firewall-test/badhosts | 0 2 files changed, 1 insertion(+) create mode 100644 config/firewall-test/badhosts diff --git a/build.sh b/build.sh index 54acec8..ef7f773 100755 --- a/build.sh +++ b/build.sh @@ -291,6 +291,7 @@ echo "Installing non-optional specific configuration for $HOSTNAME." cp -R config/$HOSTNAME/hosts $MOUNTPOINT/etc/. cp -R config/$HOSTNAME/networks $MOUNTPOINT/etc/. cp -R config/$HOSTNAME/pf.conf $MOUNTPOINT/etc/. +cp -R config/$HOSTNAME/badhosts $MOUNTPOINT/etc/. m4 -DHOSTNAME=$HOSTNAME template/etc/rc > $MOUNTPOINT/etc/rc # depending on the existence of some config files for the specific build diff --git a/config/firewall-test/badhosts b/config/firewall-test/badhosts new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-54-g00ecf