summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-09-12 08:50:44 +0000
committerColin Watson <cjwatson@debian.org>2007-09-12 08:50:44 +0000
commit948c65611007831c37e027ce0b68c99e0e3a72b0 (patch)
tree5ce0554b8437a8a1fa3804ffc0a56df47730acf4
parent1ee11259a27b985bc7cce47d1dd44fda475927e2 (diff)
* Install authorized_keys(5) as a symlink to sshd(8) (thanks, Tomas
Pospisek; closes: #441817).
-rw-r--r--Makefile.in1
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 1e79ab913..852fb70e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -276,6 +276,7 @@ install-files: scard-install
276 $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 276 $(INSTALL) -m 644 sshd_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5
277 $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 277 $(INSTALL) -m 644 ssh_config.5.out $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5
278 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 278 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
279 ln -s ../$(mansubdir)8/sshd.8 $(DESTDIR)$(mandir)/$(mansubdir)5/authorized_keys.5
279 if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \ 280 if [ ! -z "$(INSTALL_SSH_RAND_HELPER)" ]; then \
280 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \ 281 $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \
281 fi 282 fi
diff --git a/debian/changelog b/debian/changelog
index 189d0b23d..b75c994d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ openssh (1:4.6p1-6) UNRELEASED; urgency=low
3 * Remove blank line between head comment and first template in 3 * Remove blank line between head comment and first template in
4 debian/openssh-server.templates.master; apparently it confuses some 4 debian/openssh-server.templates.master; apparently it confuses some
5 versions of debconf. 5 versions of debconf.
6 * Install authorized_keys(5) as a symlink to sshd(8) (thanks, Tomas
7 Pospisek; closes: #441817).
6 * debconf template translations: 8 * debconf template translations:
7 - Add Slovak (thanks, Ivan Masár; closes: #441690). 9 - Add Slovak (thanks, Ivan Masár; closes: #441690).
8 10