From 6184f063dbd574df9013211bfb9b4ffaeacb5e85 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 16 Aug 2008 15:20:53 -0300 Subject: [PATCH] fix paths in amcrypt-ossl-asym man page source --- debian/changelog | 1 + man/xml-source/amcrypt-ossl-asym.8.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbb77e9..87c8a8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ amanda (1:2.5.2p1-4) UNRELEASED; urgency=high * revert chg-multi.sh.in and patch since the new version previously pulled in caused more problems than it solved, closes: #486384 * undo traps on amverify exit to prevent double reports, closes: #487405 + * correct paths in amcrypt-ossl-asym(8) xml source, closes: #486739 -- Bdale Garbee Sat, 16 Aug 2008 12:05:05 -0300 diff --git a/man/xml-source/amcrypt-ossl-asym.8.xml b/man/xml-source/amcrypt-ossl-asym.8.xml index 736fcd6..4e039d8 100644 --- a/man/xml-source/amcrypt-ossl-asym.8.xml +++ b/man/xml-source/amcrypt-ossl-asym.8.xml @@ -45,7 +45,7 @@ RSA keys can be generated with the standard OpenSSL commands, e.g.: -$ cd /var/lib/amanda +$ cd /var/backups $ openssl genrsa -aes128 -out backup-privkey.pem 1024 Generating RSA private key, 1024 bit long modulus [...] @@ -100,7 +100,7 @@ Writing RSA key FILES - /var/lib/amanda/backup-privkey.pem + /var/backups/backup-privkey.pem File containing the RSA private key. It should not be readable @@ -109,7 +109,7 @@ Writing RSA key - /var/lib/amanda/backup-pubkey.pem + /var/backups/backup-pubkey.pem File containing the RSA public key. @@ -117,7 +117,7 @@ Writing RSA key - /var/lib/amanda/.am_passphrase + /var/backups/.am_passphrase File containing the passphrase. It should not be readable by -- 2.30.2