No longer need to be setuid (rcmd uses rcmdsh if uid != 0).
authormillert <millert@openbsd.org>
Sun, 1 Sep 1996 20:45:22 +0000 (20:45 +0000)
committermillert <millert@openbsd.org>
Sun, 1 Sep 1996 20:45:22 +0000 (20:45 +0000)
bin/mt/Makefile

index c7458f7..1dd1365 100644 (file)
@@ -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