]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
shorewall-common.mkbuild shorewall-common: minor fix
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 9 Dec 2008 15:55:27 +0000 (15:55 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 9 Dec 2008 15:55:27 +0000 (15:55 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1994 370017ae-e619-0410-ac65-c121f96126d4

net/firewall/shorewall-common/shorewall-common.SlackBuild

index 0044a4ed343847e6327ac37f4447edc06d7ae7f3..43377cccf8cfc2c99403294ad8ffd81a4da99a0a 100644 (file)
@@ -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