# HG changeset patch # User Richard Dunbar # Date 1571237062 14400 # Node ID 696b6cd2e651a7969616704041363933dea5af7b # Parent 40d959c9473880ccced01c6a79755689621cd58d slitaz-tools: firewall.conf moved to /etc/slitaz in rev 769 diff -r 40d959c94738 -r 696b6cd2e651 slitaz-tools/receipt --- a/slitaz-tools/receipt Tue Oct 15 18:06:41 2019 +0200 +++ b/slitaz-tools/receipt Wed Oct 16 10:44:22 2019 -0400 @@ -21,7 +21,7 @@ /etc/TZ /etc/keymap.conf /etc/locale.conf -/etc/firewall.conf" +/etc/slitaz/firewall.conf" # Rules to configure and make the package. compile_rules() @@ -36,6 +36,5 @@ mkdir -p $fs cp -a $install/* $fs chmod 0644 $fs/usr/share/locale/*/*/*.mo - touch $fs/etc/firewall.conf chown -R root.root $fs }