git: killall - Add support for pts specifications

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Oct 28 16:53:50 PDT 2011


commit c5017cd942302c2a55d0f46405436109f5f887dc
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Oct 28 16:51:58 2011 -0700

    killall - Add support for pts specifications
    
    * killall -t <number> now uses /dev/pts/<number> instead of
      /dev/tty<number>.
    
      killall -t <alpha>* continues to use /dev/tty<alpha>*.

Summary of changes:
 usr.bin/killall/killall.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c5017cd942302c2a55d0f46405436109f5f887dc


-- 
DragonFly BSD source repository





More information about the Commits mailing list