diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2009-03-26 16:03:13 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2009-03-26 16:03:13 +0000 |
commit | 49bf9e74e53dbed0079595f8a6fb9f1aa8247de3 (patch) | |
tree | bc8fe341de61027426e2814559b0a7b57d130fe1 /debian/strongswan-starter.install | |
parent | 9e964aaea512fd10456eff0ac4152d47e87748eb (diff) | |
download | vyos-strongswan-49bf9e74e53dbed0079595f8a6fb9f1aa8247de3.tar.gz vyos-strongswan-49bf9e74e53dbed0079595f8a6fb9f1aa8247de3.zip |
- Modularize: move stuff to sub-packages.
Diffstat (limited to 'debian/strongswan-starter.install')
-rw-r--r-- | debian/strongswan-starter.install | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install new file mode 100644 index 000000000..60de34d5a --- /dev/null +++ b/debian/strongswan-starter.install @@ -0,0 +1,25 @@ +# starter +usr/lib/strongswan/starter usr/lib/strongswan/ +usr/lib/strongswan/_copyright usr/lib/strongswan/ +usr/sbin/ipsec usr/sbin/ +etc/ipsec.d etc/ +etc/ipsec.conf etc/ +etc/ipsec.secrets etc/ +usr/share/man/man8/ipsec.8 usr/share/man/man8/ +usr/share/man/man8/_copyright.8 usr/share/man/man8/ +usr/share/man/man5/ipsec.conf.5 usr/share/man/man5/ +usr/share/man/man5/ipsec.secrets.5 usr/share/man/man5/ +# updown +usr/lib/strongswan/plugins/libstrongswan-updown.so* usr/lib/strongswan/plugins/ +usr/lib/strongswan/_updown usr/lib/strongswan/ +usr/lib/strongswan/_updown_espmark usr/lib/strongswan/ +usr/share/man/man8/_updown.8 usr/share/man/man8/ +usr/share/man/man8/_updown_espmark.8 usr/share/man/man8/ +# tools +usr/lib/strongswan/scepclient usr/lib/strongswan/ +usr/lib/strongswan/openac usr/lib/strongswan/ +usr/share/man/man8/scepclient.8 usr/share/man/man8/ +usr/share/man/man8/openac.8 usr/share/man/man8/ +# stroke +usr/lib/strongswan/stroke usr/lib/strongswan/ +usr/lib/strongswan/plugins/libstrongswan-stroke.so* usr/lib/strongswan/plugins/ |