include the gnupg config files in FreeBSD port.
[monkeysphere.git] / packaging / freebsd / security / monkeysphere / pkg-plist
1 sbin/monkeysphere-server
2 share/doc/monkeysphere/TODO
3 share/doc/monkeysphere/MonkeySpec
4 share/doc/monkeysphere/getting-started-user.mdwn
5 share/doc/monkeysphere/getting-started-admin.mdwn
6 bin/openpgp2ssh
7 bin/monkeysphere-ssh-proxycommand
8 bin/monkeysphere
9 share/monkeysphere/common
10 @unexec if cmp -s %D/etc/monkeysphere/monkeysphere.conf.sample %D/etc/monkeysphere/monkeysphere.conf; then rm -f %D/etc/monkeysphere/monkeysphere.conf; fi
11 etc/monkeysphere/monkeysphere.conf.sample
12 @exec if [ ! -f %D/etc/monkeysphere/monkeysphere.conf ] ; then cp -p %D/%F %B/monkeysphere.conf; fi
13 @unexec if cmp -s %D/etc/monkeysphere/monkeysphere-server.conf.sample %D/etc/monkeysphere/monkeysphere-server.conf; then rm -f %D/etc/monkeysphere/monkeysphere-server.conf; fi
14 etc/monkeysphere/monkeysphere-server.conf.sample
15 @exec if [ ! -f %D/etc/monkeysphere/monkeysphere-server.conf ] ; then cp -p %D/%F %B/monkeysphere-server.conf; fi
16 @unexec if cmp -s %D/etc/monkeysphere/gnupg-host.conf.sample %D/etc/monkeysphere/gnupg-host.conf; then rm -f %D/etc/monkeysphere/gnupg-host.conf; fi
17 etc/monkeysphere/gnupg-host.conf.sample
18 @exec if [ ! -f %D/etc/monkeysphere/gnupg-host.conf ] ; then cp -p %D/%F %B/gnupg-host.conf; fi
19 @unexec if cmp -s %D/etc/monkeysphere/gnupg-authentication.conf.sample %D/etc/monkeysphere/gnupg-authentication.conf; then rm -f %D/etc/monkeysphere/gnupg-authentication.conf; fi
20 etc/monkeysphere/gnupg-authentication.conf.sample
21 @exec if [ ! -f %D/etc/monkeysphere/gnupg-authentication.conf ] ; then cp -p %D/%F %B/gnupg-authentication.conf; fi
22 @dirrm share/doc/monkeysphere
23 @dirrm share/monkeysphere
24 @dirrm etc/monkeysphere