From 4cc485c9f3ccc4606051daf62a4964a286e606f3 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 5 Dec 2010 09:34:39 -0800 Subject: [PATCH] Fix rpm install on SuSE --- Shorewall-init/shorewall-init.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall-init/shorewall-init.spec b/Shorewall-init/shorewall-init.spec index 299b9b2bb..1f9861d71 100644 --- a/Shorewall-init/shorewall-init.spec +++ b/Shorewall-init/shorewall-init.spec @@ -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