diff options
author | Laurent Bigonville <bigon@bigon.be> | 2012-07-02 11:08:07 +0200 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2012-07-02 16:33:33 +0200 |
commit | 9703a56bde42a8d9a181de0d931ef5c5dfefd7d9 (patch) | |
tree | ff60f016a416baf984f17e0f63072465776c309f /debian/strongswan-starter.install | |
parent | 63d874b8266d7512d774584f14ed307e58aa71f4 (diff) | |
download | vyos-strongswan-9703a56bde42a8d9a181de0d931ef5c5dfefd7d9.tar.gz vyos-strongswan-9703a56bde42a8d9a181de0d931ef5c5dfefd7d9.zip |
Do not use multi-arch paths, this makes no sense as only one instance of the daemon can be run and all libraries are private.
Diffstat (limited to 'debian/strongswan-starter.install')
-rw-r--r-- | debian/strongswan-starter.install | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install index e182397c7..7254d11a4 100644 --- a/debian/strongswan-starter.install +++ b/debian/strongswan-starter.install @@ -1,6 +1,6 @@ #starter -usr/lib/*/ipsec/starter -usr/lib/*/ipsec/_copyright +usr/lib/ipsec/starter +usr/lib/ipsec/_copyright usr/sbin/ipsec etc/ipsec.d etc/ipsec.conf @@ -9,18 +9,18 @@ usr/share/man/man5/ipsec.conf.5 usr/share/man/man5/ipsec.secrets.5 usr/share/man/man5/strongswan.conf.5 #updown -usr/lib/*/ipsec/plugins/libstrongswan-updown.so -usr/lib/*/ipsec/_updown -usr/lib/*/ipsec/_updown_espmark +usr/lib/ipsec/plugins/libstrongswan-updown.so +usr/lib/ipsec/_updown +usr/lib/ipsec/_updown_espmark usr/share/man/man8/_updown.8 usr/share/man/man8/_updown_espmark.8 #tools -usr/lib/*/ipsec/scepclient -usr/lib/*/ipsec/openac -usr/lib/*/ipsec/pki -usr/lib/*/ipsec/pool +usr/lib/ipsec/scepclient +usr/lib/ipsec/openac +usr/lib/ipsec/pki +usr/lib/ipsec/pool usr/share/man/man8/scepclient.8 usr/share/man/man8/openac.8 #stroke -usr/lib/*/ipsec/stroke -usr/lib/*/ipsec/plugins/libstrongswan-stroke.so +usr/lib/ipsec/stroke +usr/lib/ipsec/plugins/libstrongswan-stroke.so |