wok-current rev 21990
slitaz-tools: firewall.conf moved to /etc/slitaz in rev 769
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Wed Oct 16 10:44:22 2019 -0400 (2019-10-16) |
parents | 40d959c94738 |
children | 77f55b91fb63 |
files | slitaz-tools/receipt |
line diff
1.1 --- a/slitaz-tools/receipt Tue Oct 15 18:06:41 2019 +0200 1.2 +++ b/slitaz-tools/receipt Wed Oct 16 10:44:22 2019 -0400 1.3 @@ -21,7 +21,7 @@ 1.4 /etc/TZ 1.5 /etc/keymap.conf 1.6 /etc/locale.conf 1.7 -/etc/firewall.conf" 1.8 +/etc/slitaz/firewall.conf" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -36,6 +36,5 @@ 1.13 mkdir -p $fs 1.14 cp -a $install/* $fs 1.15 chmod 0644 $fs/usr/share/locale/*/*/*.mo 1.16 - touch $fs/etc/firewall.conf 1.17 chown -R root.root $fs 1.18 }