index
:
pkg/iptables.git
master
"iptables" package
Daniel sea McChlery
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
iptables.pkg
/
postinst
blob: c120f92ffce799895035851803fab6f325d92afe (
plain
)
1
2
3
4
5
#!/bin/sh if [ "x${1}" = 'xconfigure' ]; then /etc/init.d/iptables enable fi