diff options
Diffstat (limited to 'debian/patches/authorized-keys-man-symlink.patch')
-rw-r--r-- | debian/patches/authorized-keys-man-symlink.patch | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/debian/patches/authorized-keys-man-symlink.patch b/debian/patches/authorized-keys-man-symlink.patch index e48a3cb3e..751ba841c 100644 --- a/debian/patches/authorized-keys-man-symlink.patch +++ b/debian/patches/authorized-keys-man-symlink.patch | |||
@@ -1,14 +1,22 @@ | |||
1 | Description: Install authorized_keys(5) as a symlink to sshd(8) | 1 | From 6342b4c70310da7f73e1d54ddae0edde990d95d8 Mon Sep 17 00:00:00 2001 |
2 | Author: Tomas Pospisek <tpo_deb@sourcepole.ch> | 2 | From: Tomas Pospisek <tpo_deb@sourcepole.ch> |
3 | Date: Sun, 9 Feb 2014 16:10:07 +0000 | ||
4 | Subject: Install authorized_keys(5) as a symlink to sshd(8) | ||
5 | |||
3 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1720 | 6 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1720 |
4 | Bug-Debian: http://bugs.debian.org/441817 | 7 | Bug-Debian: http://bugs.debian.org/441817 |
5 | Last-Update: 2013-09-14 | 8 | Last-Update: 2013-09-14 |
6 | 9 | ||
7 | Index: b/Makefile.in | 10 | Patch-Name: authorized-keys-man-symlink.patch |
8 | =================================================================== | 11 | --- |
12 | Makefile.in | 1 + | ||
13 | 1 file changed, 1 insertion(+) | ||
14 | |||
15 | diff --git a/Makefile.in b/Makefile.in | ||
16 | index ca6eee5..7cd3a08 100644 | ||
9 | --- a/Makefile.in | 17 | --- a/Makefile.in |
10 | +++ b/Makefile.in | 18 | +++ b/Makefile.in |
11 | @@ -289,6 +289,7 @@ | 19 | @@ -289,6 +289,7 @@ install-files: |
12 | $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 | 20 | $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 |
13 | $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 | 21 | $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 |
14 | $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 | 22 | $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 |