who --mesg (-T) can use a more accurate test for TTY writability
authorKamil Dudka <kdudka@redhat.com>
Fri, 22 Jan 2010 14:17:19 +0000 (15:17 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 25 Jan 2010 10:43:49 +0000 (11:43 +0100)
commitaad0bde0b5aa6ccf2714f43676d4941f820c6283
treea086cfa067f6896226dfaea57b2bf44b6fa36a5a
parent0caead1ea0b2ef63173cde6b583249bea3194817
who --mesg (-T) can use a more accurate test for TTY writability

Enabled when coreutils is configured with --with-tty-group.
Based on a patch written by Piotr Gackiewicz.  Details at
http://bugzilla.redhat.com/454261

* src/who.c (is_tty_writable): A new function returning true if a TTY
device is writable by the group.  Additionally it checks the group to be
the same as TTY_GROUP_NAME when compiled with --with-tty-group.
* m4/jm-macros.m4: Introduce a new configure option --with-tty-group.
* NEWS: Mention the change.
NEWS
THANKS
m4/jm-macros.m4
src/who.c