git: finger - Take into account terminal session ID

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jan 11 22:23:07 PST 2021


commit a7580237623b073e80f9d7a86273d7fd188f1f51
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Jan 11 22:22:14 2021 -0800

    finger - Take into account terminal session ID
    
    * The 'w' command tries to figure out what process is running on a TTY
      line and emit that as part of its output. Update its heuristics to
      select the "most interesting" process.
    
    Reported-by: dancrossnyc
    Bug-report: #3260

Summary of changes:
 usr.bin/w/w.c | 7 +++++++
 1 file changed, 7 insertions(+)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list