diff options
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 |