From: ysvenkat Date: Fri, 22 Jan 2010 23:28:22 +0000 (+0000) Subject: Added symlinks to ssh_config.5 and sshd_config.5 man pages. X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/fbb72725431d8b9c75a9004594c418a90d12c4e0 Added symlinks to ssh_config.5 and sshd_config.5 man pages. --- 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