From c0dcac5cea561cfb1faa01a0c0738a8768c22efd Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 13 Sep 2011 14:37:31 -0600 Subject: [PATCH] move activate-devpay to amanda-server, add a skeletal man page for it --- debian/{tapetype.1 => activate-devpay.1} | 9 ++++++--- debian/amanda-server.files | 1 + debian/amanda-server.manpages | 1 + debian/rules | 1 + 4 files changed, 9 insertions(+), 3 deletions(-) rename debian/{tapetype.1 => activate-devpay.1} (53%) create mode 100644 debian/amanda-server.manpages diff --git a/debian/tapetype.1 b/debian/activate-devpay.1 similarity index 53% rename from debian/tapetype.1 rename to debian/activate-devpay.1 index b728673..a926db2 100644 --- a/debian/tapetype.1 +++ b/debian/activate-devpay.1 @@ -1,9 +1,12 @@ -.TH TAPETYPE 1 +.TH ACTIVATE-DEVPAY 1 .SH NAME -tapetype \- test a tape in a tape drive and generate an Amanda tapetype entry +activate-devpay \- create the token and certificate files for Amazon S3 .SH SYNOPSIS -.B tapetype +.B activate-devpay .SH "DESCRIPTION" +This program creates the token and certificate files for Amazon Devpay's +Simple Token Service (STS). You can then use those files with the S3 device. + This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. diff --git a/debian/amanda-server.files b/debian/amanda-server.files index 5a1c897..756dbf2 100644 --- a/debian/amanda-server.files +++ b/debian/amanda-server.files @@ -11,6 +11,7 @@ usr/lib/amanda/driver usr/lib/amanda/dumper usr/lib/amanda/planner usr/lib/amanda/taper +usr/sbin/activate-devpay usr/sbin/amadmin usr/sbin/amcheck usr/sbin/amcheckdb diff --git a/debian/amanda-server.manpages b/debian/amanda-server.manpages new file mode 100644 index 0000000..14e5dfc --- /dev/null +++ b/debian/amanda-server.manpages @@ -0,0 +1 @@ +debian/activate-devpay.1 diff --git a/debian/rules b/debian/rules index 507bff4..2dc516b 100755 --- a/debian/rules +++ b/debian/rules @@ -89,6 +89,7 @@ binary-arch: build dh_installcron -a dh_installchangelogs -a dh_installdebconf -a + dh_installman -a dh_strip -a dh_compress -a dh_movefiles -a --sourcedir=debian/amanda-common -- 2.47.2