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
This commit is contained in:
Nicolas Thill
2005-04-09 13:41:43 +00:00
parent 6fca3d8f1e
commit e30ee02fc2
2 changed files with 4 additions and 1 deletions

View File

@@ -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