1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-01-02 03:29:16 +01:00

Fix rpm install on SuSE

This commit is contained in:
Tom Eastep 2010-12-05 09:34:39 -08:00
parent 05d1862d81
commit 4cc485c9f3

View File

@ -55,6 +55,7 @@ if [ -f /etc/SuSE-release ]; then
cp -pf /usr/share/shorewall-init/ifupdown /etc/sysconfig/network/if-down.d/shorewall
if [ -d /etc/ppp ]; then
for directory in ip-up.d ip-down.d ipv6-up.d ipv6-down.d; do
mkdir -p /etc/ppp/$directory
cp -pf /usr/share/shorewall-init/ifupdown /etc/ppp/$directory/shorewall
done
fi