diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 15:55:27 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2008-12-09 15:55:27 +0000 |
commit | fd54f8afd6dda26968523372673a679eeb18e21e (patch) | |
tree | 3f31724cddda5ba9855bdc2e789fae8882a88427 /net | |
parent | 138ea172aeb829363582f848d308951fef95780e (diff) | |
download | slackbuilds-fd54f8afd6dda26968523372673a679eeb18e21e.tar.gz slackbuilds-fd54f8afd6dda26968523372673a679eeb18e21e.tar.bz2 |
shorewall-common.mkbuild shorewall-common: minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1994 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net')
-rw-r--r-- | net/firewall/shorewall-common/shorewall-common.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/firewall/shorewall-common/shorewall-common.SlackBuild b/net/firewall/shorewall-common/shorewall-common.SlackBuild index 0044a4ed..43377ccc 100644 --- a/net/firewall/shorewall-common/shorewall-common.SlackBuild +++ b/net/firewall/shorewall-common/shorewall-common.SlackBuild @@ -171,7 +171,7 @@ shorewall-common: EODESC # Move config files to .new to avoid overwriting any system config -for config_file in etc/shorewall; do +for config_file in etc/shorewall etc/rc.d/rc.shorewall; do mv $PKG/$config_file $PKG/$config_file.new done @@ -215,7 +215,7 @@ mkuser() { fi } -config etc/shorewall.new +config etc/shorewall.new config etc/rc.d/rc.shorewall.new EOSCRIPT # Build the package |