summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-07-25 19:46:37 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-07-25 19:46:37 +0000
commit8e9ae80248b7c39a7a57dc5b44517ec92f54d3df (patch)
treeca0abc539647040d9a9533a97701121f8e861e92 /security/ssh
parentUpgrade repository copy to Mesa-3.06. (diff)
Fix up slogin1.1 -> ssh1.1 symlink too.
Notes
Notes: svn path=/head/; revision=12121
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 611d428e1bc0..0e4e7ccafcd6 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.56 1998/06/12 11:39:32 ache Exp $
+# $Id: Makefile,v 1.57 1998/07/11 23:10:50 imp Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -110,8 +110,10 @@ post-install:
ln -sf $${file}1.1.gz ${PREFIX}/man/man1/$${file}.1.gz; \
done
rm -f ${PREFIX}/man/man1/slogin.1
+ rm -f ${PREFIX}/man/man1/slogin1.1
rm -f ${PREFIX}/man/man8/sshd.8
ln -sf ssh.1.gz ${PREFIX}/man/man1/slogin.1.gz
+ ln -sf ssh1.1.gz ${PREFIX}/man/man1/slogin1.1.gz
ln -sf sshd1.8.gz ${PREFIX}/man/man8/sshd.8.gz
.endif
@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \