Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ssh/ssh-keysign install ssh-keysign non-setuid for t...



details:   https://anonhg.NetBSD.org/src/rev/d8c212e98bd3
branches:  trunk
changeset: 533464:d8c212e98bd3
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jul 01 06:19:22 2002 +0000

description:
install ssh-keysign non-setuid for the moment.
(HostbasedAuthentication does not work for a while)

diffstat:

 usr.bin/ssh/ssh-keysign/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6c4d112bceee -r d8c212e98bd3 usr.bin/ssh/ssh-keysign/Makefile
--- a/usr.bin/ssh/ssh-keysign/Makefile  Mon Jul 01 06:17:11 2002 +0000
+++ b/usr.bin/ssh/ssh-keysign/Makefile  Mon Jul 01 06:19:22 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2002/06/24 06:11:12 itojun Exp $
+#      $NetBSD: Makefile,v 1.4 2002/07/01 06:19:22 itojun Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
 SRCS=  ssh-keysign.c
 
 BINOWN=        root
-BINMODE=4555
+#BINMODE=4555
 
 BINDIR=        /usr/libexec
 MAN=   ssh-keysign.8



Home | Main Index | Thread Index | Old Index