moved strongswan.conf to /etc

This commit is contained in:
Andreas Steffen
2008-04-07 07:21:06 +00:00
parent 480297b883
commit decfd8e546
14 changed files with 19 additions and 10 deletions
+3 -5
View File
@@ -463,7 +463,7 @@ do
> $TESTRESULTDIR/${host}.$command 2>/dev/null
done
for file in ipsec.conf ipsec.secrets
for file in strongswan.conf ipsec.conf ipsec.secrets
do
scp $HOSTLOGIN:/etc/$file \
$TESTRESULTDIR/${host}.$file > /dev/null 2>&1
@@ -471,14 +471,12 @@ do
if [ $SUBDIR = "sql" ]
then
scp $HOSTLOGIN:/etc/ipsec.d/ipsec.sql \
scp $HOSTLOGIN:/etc/ipsec.sql \
$TESTRESULTDIR/${host}.ipsec.sql > /dev/null 2>&1
scp $HOSTLOGIN:/etc/ipsec.d/strongswan.conf \
$TESTRESULTDIR/${host}.strongswan.conf > /dev/null 2>&1
else
touch $TESTRESULTDIR/${host}.ipsec.sql
touch $TESTRESULTDIR/${host}.strongswan.conf
fi
ssh $HOSTLOGIN ip xfrm policy \
> $TESTRESULTDIR/${host}.ip.policy 2>/dev/null
ssh $HOSTLOGIN ip xfrm state \
+1
View File
@@ -0,0 +1 @@
# /etc/strongswan.conf - strongSwan configuration file
+1
View File
@@ -0,0 +1 @@
# /etc/strongswan.conf - strongSwan configuration file
+1
View File
@@ -0,0 +1 @@
# /etc/strongswan.conf - strongSwan configuration file
+1
View File
@@ -0,0 +1 @@
# /etc/strongswan.conf - strongSwan configuration file
+1
View File
@@ -0,0 +1 @@
# /etc/strongswan.conf - strongSwan configuration file
+1
View File
@@ -0,0 +1 @@
# /etc/strongswan.conf - strongSwan configuration file
+1
View File
@@ -0,0 +1 @@
# /etc/strongswan.conf - strongSwan configuration file
@@ -1,3 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
plugins {
sql {
@@ -1,3 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
plugins {
sql {
@@ -1,7 +1,5 @@
moon::cp /etc/ipsec.d/strongswan.conf /usr/local/libexec/ipsec
moon::rm /etc/ipsec.d/cacerts/*
moon::cat /etc/ipsec.d/ipsec.sql | sqlite3 /etc/ipsec.d/ipsec.db
sun::cp /etc/ipsec.d/strongswan.conf /usr/local/libexec/ipsec
sun::rm /etc/ipsec.d/cacerts/*
sun::cat /etc/ipsec.d/ipsec.sql | sqlite3 /etc/ipsec.d/ipsec.db
moon::/etc/init.d/iptables start 2> /dev/null
@@ -1,3 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
plugins {
sql {
@@ -1,3 +1,5 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
plugins {
sql {
+1 -3
View File
@@ -1,8 +1,6 @@
moon::cp /etc/ipsec.d/strongswan.conf /usr/local/libexec/ipsec
moon::rm /etc/ipsec.d/cacerts/*
moon::cat /etc/ipsec.d/ipsec.sql | sqlite3 /etc/ipsec.d/ipsec.db
sun::cp /etc/ipsec.d/strongswan.conf /usr/local/libexec/ipsec
sun::rm /etc/ipsec.d/cacerts/*
moon::cat /etc/ipsec.d/ipsec.sql | sqlite3 /etc/ipsec.d/ipsec.db
sun::cat /etc/ipsec.d/ipsec.sql | sqlite3 /etc/ipsec.d/ipsec.db
moon::/etc/init.d/iptables start 2> /dev/null
sun::/etc/init.d/iptables start 2> /dev/null