mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
- Change UNIQUENAME and LATEST_LINK to use separated options db. PR: ports/125566 [1] Submitted by: Franz Schwartau <franz@electromail.org> [1]
11 lines
444 B
Bash
11 lines
444 B
Bash
--- server-src/amcrypt-ossl-asym.sh.in.orig 2006-07-04 13:28:47.000000000 +0200
|
|
+++ server-src/amcrypt-ossl-asym.sh.in 2008-07-12 12:11:30.000000000 +0200
|
|
@@ -36,7 +36,7 @@
|
|
# change these as needed
|
|
OPENSSL= # whatever's in $PATH
|
|
CIPHER=aes-256-cbc # see `openssl help` for more ciphers
|
|
-AMANDA_HOME=~amandabackup
|
|
+AMANDA_HOME=~@CLIENT_LOGIN@
|
|
RANDFILE=$AMANDA_HOME/.rnd
|
|
export RANDFILE
|
|
PASSPHRASE=$AMANDA_HOME/.am_passphrase # optional
|