Subject: re: CVS commit: src/x11/bin/xterm
To: matthew green <mrg@eterna.com.au>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 06/10/2004 09:21:21
On Jun 10, 1:48pm, mrg@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/x11/bin/xterm
| Module Name: src
| Committed By: christos
| Date: Wed Jun 9 20:37:41 UTC 2004
|
| Modified Files:
| src/x11/bin/xterm: Makefile
|
| Log Message:
| Don't install xterm setuid anymore:
| - pty ownership is handled by ptm(4)
| - utmp updating is handled by utmp_update(8)
|
|
| is ptm part of psuedo-device pty yet? if not, this is a little
| premature isn't it?
I was going to add a warning if openpty() is called with non-zero euid
and /dev/ptm is not available.
christos