freebsd-ports/sysutils/tarsnap/pkg-plist
Colin Percival 5fcfd876fa Update to version 1.0.29. This brings the addition of a utility for
re-encrypting Tarsnap data with a new set of keys.

Feature safe:	yes
2011-02-08 05:35:40 +00:00

8 lines
294 B
Text

bin/tarsnap
bin/tarsnap-keygen
bin/tarsnap-keymgmt
bin/tarsnap-keyregen
bin/tarsnap-recrypt
@unexec if cmp -s %D/etc/tarsnap.conf.sample %D/etc/tarsnap.conf; then rm -f %D/etc/tarsnap.conf; fi
etc/tarsnap.conf.sample
@exec if [ ! -f %D/etc/tarsnap.conf ] ; then cp -p %D/%F %B/tarsnap.conf; fi