diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 17:39:16 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 17:45:58 +0200 |
commit | 955a29db14877a8374d7ef334e33a042925df418 (patch) | |
tree | ff2205050b2e2190e3ae69f40375f2d27fbfefd8 /debian/patches/0001-Mention-the-Debian-BTS-in-the-manpages.patch | |
parent | 9065a919bd77f9e0453421a3152f0408fba831e8 (diff) |
Mention the Debian BTS in the manpages.
Diffstat (limited to 'debian/patches/0001-Mention-the-Debian-BTS-in-the-manpages.patch')
-rw-r--r-- | debian/patches/0001-Mention-the-Debian-BTS-in-the-manpages.patch | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/patches/0001-Mention-the-Debian-BTS-in-the-manpages.patch b/debian/patches/0001-Mention-the-Debian-BTS-in-the-manpages.patch new file mode 100644 index 0000000..2edab86 --- /dev/null +++ b/debian/patches/0001-Mention-the-Debian-BTS-in-the-manpages.patch @@ -0,0 +1,47 @@ +From da5406c292e677737ae49b662acc8011311e3369 Mon Sep 17 00:00:00 2001 +From: Guilhem Moulin <guilhem@fripost.org> +Date: Tue, 14 Jun 2016 17:45:22 +0200 +Subject: [PATCH] Mention the Debian BTS in the manpages. + +--- + lacme-accountd.md | 6 ++++++ + lacme.md | 6 ++++++ + 2 files changed, 12 insertions(+) + +diff --git a/lacme-accountd.md b/lacme-accountd.md +index 81c0802..40f42dd 100644 +--- a/lacme-accountd.md ++++ b/lacme-accountd.md +@@ -130,6 +130,12 @@ execute [`lacme`(1)] remotely: + ~$ ssh -oExitOnForwardFailure=yes -tt -R /path/to/remote.sock:/run/user/1000/S.lacme user@example.org \ + sudo lacme --socket=/path/to/remote.sock new-cert + ++Bugs and feedback ++================= ++ ++Bugs or feature requests for `lacme-accountd` should be filed with the ++Debian project's bug tracker at <https://www.debian.org/Bugs/>. ++ + See also + ======== + +diff --git a/lacme.md b/lacme.md +index b7a7f49..722761a 100644 +--- a/lacme.md ++++ b/lacme.md +@@ -343,6 +343,12 @@ Examples + ~$ sudo lacme new-cert + ~$ sudo lacme revoke-cert /path/to/server/certificate.pem + ++Bugs and feedback ++================= ++ ++Bugs or feature requests for `lacme` should be filed with the Debian ++project's bug tracker at <https://www.debian.org/Bugs/>. ++ + See also + ======== + +-- +2.8.1 + |