- Fixed permissions ssh-keyscan. Thanks to Christopher Linn <[email protected]>.

This commit is contained in:
Ben Lindstrom
2001-03-24 00:22:46 +00:00
parent 6db6337220
commit 2dffc60bb5
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
20010324
- Fixed permissions ssh-keyscan. Thanks to Christopher Linn <[email protected]>.
20010322
- (djm) Better AIX no tty fix, spotted by Gert Doering <[email protected]>
- (djm) Released 2.5.2p2
@@ -4660,4 +4663,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.991.2.6 2001/03/22 05:04:12 djm Exp $
$Id: ChangeLog,v 1.991.2.7 2001/03/24 00:22:46 mouring Exp $
+2 -2
View File
@@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.161.2.1 2001/03/21 02:12:12 djm Exp $
# $Id: Makefile.in,v 1.161.2.2 2001/03/24 00:22:47 mouring Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -165,7 +165,7 @@ install-files:
$(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add
$(INSTALL) -m 0755 -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent
$(INSTALL) -m 0755 -s ssh-keygen $(DESTDIR)$(bindir)/ssh-keygen
$(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
$(INSTALL) -m 0755 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan
$(INSTALL) -m 0755 -s sshd $(DESTDIR)$(sbindir)/sshd
@NO_SFTP@$(INSTALL) -m 0755 -s sftp $(DESTDIR)$(bindir)/sftp
@NO_SFTP@$(INSTALL) -m 0755 -s sftp-server $(DESTDIR)$(SFTP_SERVER)