diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-04 03:00:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-04 03:00:41 +0000 |
commit | 2d468f94ac5cf4d935b5df72c6c55f10c2348f58 (patch) | |
tree | 62b4eaedce59a498c460ab8b0b4d8267e008c32f /usr.bin | |
parent | 0c096a25d48865d661cd4ebfd3391a77007093db (diff) |
make ssh not setuid. We will solve the issues relating to it being setuid later. Groovy, ok?
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile index f493e1ff968..0bdeaa7a9ed 100644 --- a/usr.bin/ssh/ssh/Makefile +++ b/usr.bin/ssh/ssh/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.37 2002/03/05 00:49:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.38 2002/05/04 03:00:40 deraadt Exp $ .PATH: ${.CURDIR}/.. PROG= ssh BINOWN= root -BINMODE?=4555 +#BINMODE?=4555 BINDIR= /usr/bin MAN= ssh.1 |