summaryrefslogtreecommitdiff
path: root/openwrt/package/openswan/patches
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 13:41:43 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 13:41:43 +0000
commitcd6f53317c9f205104486fd1fe0d216b5e502062 (patch)
tree0d26d24c24b075fd7ce4fa5bfc6bd774d60ad798 /openwrt/package/openswan/patches
parentb9a1c80e47a134fef8000e98c34c66ecb17683b4 (diff)
Tweak openswan: strip kernel module and remove /var from package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/openswan/patches')
-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 7e908ed52f..45296f0333 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