diff options
author | Martin Willi <martin@strongswan.org> | 2009-10-15 09:59:06 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-10-15 10:36:17 +0200 |
commit | c4d53fe06ba4f7866689bcc6a2d194effce8fc33 (patch) | |
tree | 3fb4192305b4b5f75e9fd07bf26b1f811d91fc91 /packages | |
parent | b76b867c700fc911bae721c2c21e96b15797c80b (diff) | |
download | strongswan-c4d53fe06ba4f7866689bcc6a2d194effce8fc33.tar.bz2 strongswan-c4d53fe06ba4f7866689bcc6a2d194effce8fc33.tar.xz |
Streamlined EAP plugins to use a dash between eap-method, as used in all other places
Diffstat (limited to 'packages')
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/strongswan/debian/strongswan-eap-gtc.install b/packages/strongswan/debian/strongswan-eap-gtc.install index 40bdd4f28..7423252ef 100644 --- a/packages/strongswan/debian/strongswan-eap-gtc.install +++ b/packages/strongswan/debian/strongswan-eap-gtc.install @@ -1,2 +1,2 @@ -usr/lib/strongswan/plugins/libstrongswan-eapgtc.so* usr/lib/strongswan/plugins/ +usr/lib/strongswan/plugins/libstrongswan-eap-gtc.so* usr/lib/strongswan/plugins/ diff --git a/packages/strongswan/debian/strongswan-eap-identity.install b/packages/strongswan/debian/strongswan-eap-identity.install index 2510128cb..bf81ef8ba 100644 --- a/packages/strongswan/debian/strongswan-eap-identity.install +++ b/packages/strongswan/debian/strongswan-eap-identity.install @@ -1,2 +1,2 @@ -usr/lib/strongswan/plugins/libstrongswan-eapidentity.so* usr/lib/strongswan/plugins/ +usr/lib/strongswan/plugins/libstrongswan-eap-identity.so* usr/lib/strongswan/plugins/ diff --git a/packages/strongswan/debian/strongswan-eap-md5.install b/packages/strongswan/debian/strongswan-eap-md5.install index 21c64884a..9215487c9 100644 --- a/packages/strongswan/debian/strongswan-eap-md5.install +++ b/packages/strongswan/debian/strongswan-eap-md5.install @@ -1,2 +1,2 @@ -usr/lib/strongswan/plugins/libstrongswan-eapmd5.so* usr/lib/strongswan/plugins/ +usr/lib/strongswan/plugins/libstrongswan-eap-md5.so* usr/lib/strongswan/plugins/ diff --git a/packages/strongswan/debian/strongswan-eap-mschapv2.install b/packages/strongswan/debian/strongswan-eap-mschapv2.install index ee280aeb8..6a617cb35 100644 --- a/packages/strongswan/debian/strongswan-eap-mschapv2.install +++ b/packages/strongswan/debian/strongswan-eap-mschapv2.install @@ -1,2 +1,2 @@ -usr/lib/strongswan/plugins/libstrongswan-eapmschapv2.so* usr/lib/strongswan/plugins/ +usr/lib/strongswan/plugins/libstrongswan-eap-mschapv2.so* usr/lib/strongswan/plugins/ |