mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1a1bf7ef1e
Submitted by: jgh
15 lines
463 B
Plaintext
15 lines
463 B
Plaintext
bin/tarsnap
|
|
bin/tarsnap-keygen
|
|
bin/tarsnap-keymgmt
|
|
bin/tarsnap-keyregen
|
|
bin/tarsnap-recrypt
|
|
man/man1/tarsnap-keygen.1.gz
|
|
man/man1/tarsnap-keymgmt.1.gz
|
|
man/man1/tarsnap-keyregen.1.gz
|
|
man/man1/tarsnap-recrypt.1.gz
|
|
man/man1/tarsnap.1.gz
|
|
man/man5/tarsnap.conf.5.gz
|
|
@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
|