diff options
author | 1996-09-01 20:45:22 +0000 | |
---|---|---|
committer | 1996-09-01 20:45:22 +0000 | |
commit | 68a9fe34a0b147f6d2013b9b13ba11a79b3a1604 (patch) | |
tree | 9abbbec4583cbcfffa8a36ba071680001d515573 | |
parent | Don't dup stderr, you lose error messages and rsh does it for us anyway. (diff) | |
download | wireguard-openbsd-68a9fe34a0b147f6d2013b9b13ba11a79b3a1604.tar.xz wireguard-openbsd-68a9fe34a0b147f6d2013b9b13ba11a79b3a1604.zip |
No longer need to be setuid (rcmd uses rcmdsh if uid != 0).
-rw-r--r-- | bin/mt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mt/Makefile b/bin/mt/Makefile index c7458f7262c..1dd1365a422 100644 --- a/bin/mt/Makefile +++ b/bin/mt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1996/06/17 06:36:27 downsj Exp $ +# $OpenBSD: Makefile,v 1.5 1996/09/01 20:45:22 millert Exp $ # $NetBSD: Makefile,v 1.5 1996/03/06 06:22:04 scottr Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 @@ -7,7 +7,7 @@ SRCS= mt.c mtrmt.c DPADD= ${LIBUTIL} LDADD= -lutil BINOWN= root -BINMODE=4555 +BINMODE=555 LINKS= ${BINDIR}/mt ${BINDIR}/eject MLINKS= mt.1 eject.1 |