Merge branch 'openswan26' into openswan

This commit is contained in:
Arne Fitzenreiter
2008-10-10 07:52:39 +02:00
6 changed files with 44 additions and 25 deletions

View File

@@ -22,6 +22,9 @@ case "$1" in
#
# create some folders
#
if [ ! -e /var/lock/subsys ]; then
mkdir -p /var/lock/subsys
fi
if [ ! -e /var/run/clamav ]; then
mkdir -p /var/run/clamav
chown clamav:clamav /var/run/clamav

View File

@@ -1,11 +0,0 @@
diff -Naur openswan-2.6.16.org/linux/net/ipsec/pfkey_v2_build.c openswan-2.6.16/linux/net/ipsec/pfkey_v2_build.c
--- openswan-2.6.16.org/linux/net/ipsec/pfkey_v2_build.c 2008-08-18 19:07:48.000000000 +0200
+++ openswan-2.6.16/linux/net/ipsec/pfkey_v2_build.c 2008-09-13 15:38:43.000000000 +0200
@@ -442,6 +442,7 @@
}
switch(address->sa_family) {
+ case AF_UNSPEC:
case AF_INET:
DEBUGGING(PF_KEY_DEBUG_BUILD,
"pfkey_address_build: "