diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-28 07:14:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-28 07:14:48 +0000 |
commit | 997358a6c475c8886cce388ab325184a1ff733c9 (patch) | |
tree | 27a15790e030fc186d00cd710d2a3540f4defe69 /Source/scripts/daemon-loop.sh | |
parent | 52923c9acb349adec3d1cc039e7a74c2e822da6e (diff) | |
download | strongswan-997358a6c475c8886cce388ab325184a1ff733c9.tar.bz2 strongswan-997358a6c475c8886cce388ab325184a1ff733c9.tar.xz |
- import of strongswan-2.7.0
- applied patch for charon
Diffstat (limited to 'Source/scripts/daemon-loop.sh')
-rwxr-xr-x | Source/scripts/daemon-loop.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Source/scripts/daemon-loop.sh b/Source/scripts/daemon-loop.sh deleted file mode 100755 index 9a361e012..000000000 --- a/Source/scripts/daemon-loop.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -while [ 1 ] -do - ip x p f - ip x s f - rm /var/run/charon.* - make - bin/charon - echo "" - echo "----------------------------" - echo "" -done |