Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ssh Don't set BINOWN if using the default BINMODE.



details:   https://anonhg.NetBSD.org/src/rev/98bc67eefcda
branches:  trunk
changeset: 534727:98bc67eefcda
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Aug 02 04:05:13 2002 +0000

description:
Don't set BINOWN if using the default BINMODE.

diffstat:

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

diffs (27 lines):

diff -r 753216732cb9 -r 98bc67eefcda usr.bin/ssh/sftp/Makefile
--- a/usr.bin/ssh/sftp/Makefile Fri Aug 02 04:01:51 2002 +0000
+++ b/usr.bin/ssh/sftp/Makefile Fri Aug 02 04:05:13 2002 +0000
@@ -3,7 +3,6 @@
 .include <bsd.own.mk>
 
 PROG=  sftp
-BINOWN=        root
 
 BINDIR=        /usr/bin
 MAN=   sftp.1
diff -r 753216732cb9 -r 98bc67eefcda usr.bin/ssh/ssh/Makefile
--- a/usr.bin/ssh/ssh/Makefile  Fri Aug 02 04:01:51 2002 +0000
+++ b/usr.bin/ssh/ssh/Makefile  Fri Aug 02 04:05:13 2002 +0000
@@ -1,11 +1,9 @@
-#      $NetBSD: Makefile,v 1.12 2002/06/24 06:11:12 itojun Exp $
+#      $NetBSD: Makefile,v 1.13 2002/08/02 04:05:13 simonb Exp $
 
 .include <bsd.own.mk>
 
 PROG=  ssh
 
-BINOWN=        root
-
 LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
 MAN=   ssh.1 ssh_config.5
 MLINKS=        ssh.1 slogin.1



Home | Main Index | Thread Index | Old Index