b9074b86bf
- Change UNIQUENAME and LATEST_LINK to use separated options db. PR: ports/125566 [1] Submitted by: Franz Schwartau <franz@electromail.org> [1]
11 lines
432 B
Bash
11 lines
432 B
Bash
--- server-src/amcrypt-ossl.sh.in.orig 2006-07-04 13:28:47.000000000 +0200
|
|
+++ server-src/amcrypt-ossl.sh.in 2008-07-12 12:11:35.000000000 +0200
|
|
@@ -7,7 +7,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 # required
|