diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-09-14 14:10:14 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-09-14 14:10:14 +0200 |
commit | 6d30954ae809fb10427f9d860f76d0a298cb4919 (patch) | |
tree | b41893d318c509e775ff48dd82c5decfb9f477f7 /testing/scripts/build-umlrootfs | |
parent | a889cfe5e136ff9bd771ec03f87f2768be38baaf (diff) | |
download | strongswan-6d30954ae809fb10427f9d860f76d0a298cb4919.tar.bz2 strongswan-6d30954ae809fb10427f9d860f76d0a298cb4919.tar.xz |
Removed the unneeded socket-raw plugin
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index e2e94943f..60def11ef 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -317,11 +317,6 @@ then echo -n " --enable-socket-dynamic" >> $INSTALLSHELL fi -if [ "$USE_SOCKET_RAW" = "yes" ] -then - echo -n " --enable-socket-raw" >> $INSTALLSHELL -fi - if [ "$USE_DHCP" = "yes" ] then echo -n " --enable-dhcp" >> $INSTALLSHELL |