summaryrefslogtreecommitdiff
path: root/openwrt/package/openswan/patches/scripts.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-09 13:41:43 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-09 13:41:43 +0000
commit1e99b4082e4d8070f9961cf500c4dfed07f76c07 (patch)
tree0d26d24c24b075fd7ce4fa5bfc6bd774d60ad798 /openwrt/package/openswan/patches/scripts.patch
parent0fc464f14359529daa5df4e0491022d9898c3534 (diff)
downloadmtk-20170518-1e99b4082e4d8070f9961cf500c4dfed07f76c07.zip
mtk-20170518-1e99b4082e4d8070f9961cf500c4dfed07f76c07.tar.gz
mtk-20170518-1e99b4082e4d8070f9961cf500c4dfed07f76c07.tar.bz2
Tweak openswan: strip kernel module and remove /var from package
SVN-Revision: 598
Diffstat (limited to 'openwrt/package/openswan/patches/scripts.patch')
-rw-r--r--openwrt/package/openswan/patches/scripts.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openswan/patches/scripts.patch b/openwrt/package/openswan/patches/scripts.patch
index 7e908ed..45296f0 100644
--- a/openwrt/package/openswan/patches/scripts.patch
+++ b/openwrt/package/openswan/patches/scripts.patch
@@ -63,7 +63,7 @@ diff -uNr openswan-2.3.0.orig/programs/setup/setup.in openswan-2.3.0/programs/se
fi
+
+ # make sure all required directories exist
-+ if [ ! -d /var/run ]
++ if [ ! -d /var/run/pluto ]
+ then
+ mkdir -p /var/run/pluto
+ fi