blob: 805b69980652dcaf27c16dca01dc0388d9535c5d (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# commented out: we never change this information ourselves
# plus: this will destroy /etc/rc.conf entirely.
# read some info about shell redirections if you don’t know why.
#cat $IPKG_INSTROOT/etc/rc.conf | grep -v "shorewall" >$IPKG_INSTROOT/etc/rc.conf
rm -rf /usr/share/shorewall/runtime
|