diff options
Diffstat (limited to 'package/shorewall-common/files')
-rw-r--r-- | package/shorewall-common/files/shorewall-common.postinst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/shorewall-common/files/shorewall-common.postinst b/package/shorewall-common/files/shorewall-common.postinst index bade6304b..7b1c5e5cc 100644 --- a/package/shorewall-common/files/shorewall-common.postinst +++ b/package/shorewall-common/files/shorewall-common.postinst @@ -1,6 +1,5 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf shorewall - +add_rcconf shorewall NO mkdir -p $IPKG_INSTROOT/usr/share/shorewall/runtime chmod 0700 $IPKG_INSTROOT/usr/share/shorewall/runtime |