diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:41:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:41:43 +0000 |
commit | 7c651437e8340dafdf2b7bc234e7290b891b2336 (patch) | |
tree | 3d60b1cba67ae5100c985b2152b526ef644c101f /package/openswan/patches | |
parent | 8474a88acaddaed9c021b9dff90e42bb4d7f8e7f (diff) | |
download | upstream-7c651437e8340dafdf2b7bc234e7290b891b2336.tar.gz upstream-7c651437e8340dafdf2b7bc234e7290b891b2336.tar.bz2 upstream-7c651437e8340dafdf2b7bc234e7290b891b2336.zip |
Tweak openswan: strip kernel module and remove /var from package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@598 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openswan/patches')
-rw-r--r-- | package/openswan/patches/scripts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openswan/patches/scripts.patch b/package/openswan/patches/scripts.patch index 7e908ed52f..45296f0333 100644 --- a/package/openswan/patches/scripts.patch +++ b/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 |