From fbb72725431d8b9c75a9004594c418a90d12c4e0 Mon Sep 17 00:00:00 2001 From: ysvenkat Date: Fri, 22 Jan 2010 23:28:22 +0000 Subject: [PATCH] Added symlinks to ssh_config.5 and sshd_config.5 man pages. --- openssh/Makefile.in | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/openssh/Makefile.in b/openssh/Makefile.in index 28acc71..d101bf0 100644 --- a/openssh/Makefile.in +++ b/openssh/Makefile.in @@ -421,7 +421,11 @@ gpt-install-files: gpt-install-docs rm -f $(DESTDIR)$(mandir)/$${docdir}1/gsiscp.1; \ ln -s ./ssh.d/scp.1 $(DESTDIR)$(mandir)/$${docdir}1/gsiscp.1; \ rm -f $(DESTDIR)$(mandir)/$${docdir}1/gsisftp.1; \ - ln -s ./ssh.d/sftp.1 $(DESTDIR)$(mandir)/$${docdir}1/gsisftp.1; + ln -s ./ssh.d/sftp.1 $(DESTDIR)$(mandir)/$${docdir}1/gsisftp.1; \ + rm -f $(DESTDIR)$(mandir)/$${docdir}5/sshd_config.5; \ + ln -s ./ssh.d/sshd_config.5 $(DESTDIR)$(mandir)/$${docdir}5/sshd_config.5; \ + rm -f $(DESTDIR)$(mandir)/$${docdir}5/ssh_config.5; \ + ln -s ./ssh.d/ssh_config.5 $(DESTDIR)$(mandir)/$${docdir}5/ssh_config.5; # end man # start cat docdir=cat; \ @@ -445,7 +449,11 @@ gpt-install-files: gpt-install-docs rm -f $(DESTDIR)$(mandir)/$${docdir}1/gsiscp.1; \ ln -s ./ssh.d/scp.1 $(DESTDIR)$(mandir)/$${docdir}1/gsiscp.1; \ rm -f $(DESTDIR)$(mandir)/$${docdir}1/gsisftp.1; \ - ln -s ./ssh.d/sftp.1 $(DESTDIR)$(mandir)/$${docdir}1/gsisftp.1; + ln -s ./ssh.d/sftp.1 $(DESTDIR)$(mandir)/$${docdir}1/gsisftp.1; \ + rm -f $(DESTDIR)$(mandir)/$${docdir}5/sshd_config.5; \ + ln -s ./ssh.d/sshd_config.5 $(DESTDIR)$(mandir)/$${docdir}5/sshd_config.5; \ + rm -f $(DESTDIR)$(mandir)/$${docdir}5/ssh_config.5; \ + ln -s ./ssh.d/ssh_config.5 $(DESTDIR)$(mandir)/$${docdir}5/ssh_config.5; # end cat gpt-install-docs: @@ -523,6 +531,8 @@ uninstall: -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 + -rm -f $(DESTDIR)$(mandir)/$(mansubdir)5/sshd_config.5 + -rm -f $(DESTDIR)$(mandir)/$(mansubdir)5/ssh_config.5 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 -- 2.45.2