Source-Changes-HG archive

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

[src/trunk]: src/x11/bin/xterm Don't install xterm setuid anymore:



details:   https://anonhg.NetBSD.org/src/rev/b3d5c315cb90
branches:  trunk
changeset: 567328:b3d5c315cb90
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 09 20:37:41 2004 +0000

description:
Don't install xterm setuid anymore:
- pty ownership is handled by ptm(4)
- utmp updating is handled by utmp_update(8)

diffstat:

 x11/bin/xterm/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r df53c2b3fef1 -r b3d5c315cb90 x11/bin/xterm/Makefile
--- a/x11/bin/xterm/Makefile    Wed Jun 09 20:25:54 2004 +0000
+++ b/x11/bin/xterm/Makefile    Wed Jun 09 20:37:41 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2004/04/29 05:18:25 lukem Exp $
+#      $NetBSD: Makefile,v 1.7 2004/06/09 20:37:41 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -8,9 +8,6 @@
        scrollbar.c tabs.c util.c xstrings.c TekPrsTbl.c Tekproc.c VTPrsTbl.c \
        main.c charclass.c precompose.c wcwidth.c xutf8.c
 
-BINOWN= root
-BINMODE=4555
-
 CPPFLAGS+=     -I${X11SRCDIR.xc}/programs/xterm \
                -I${DESTDIR}${X11INCDIR}/freetype2 \
                -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS \



Home | Main Index | Thread Index | Old Index