Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 2008 16:44:15 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/pkill pkill.1 pkill.c
Message-ID:  <200809281644.m8SGiNZD041087@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-09-28 16:44:15 UTC

  FreeBSD src repository

  Modified files:
    bin/pkill            pkill.1 pkill.c 
  Log:
  SVN rev 183438 on 2008-09-28 16:44:15Z by ed
  
  Don't automatically prepend the "tty" prefix to `pkill -t' arguments.
  
  Because we now enforce UNIX98-style PTY's, we now use a lot of TTY's
  that don't have the traditional /dev/ttyXX naming scheme. pkill(1)'s -t
  flag automatically prepended the word "tty" to each TTY that was passed
  on the command line. This meant that `pkill -t pts/0' was actually
  converted to /dev/ttypts/0. Disable this broken behaviour for now.
  
  Reported by:    erwin
  
  Revision  Changes    Path
  1.2       +3 -4      src/bin/pkill/pkill.1
  1.2       +2 -5      src/bin/pkill/pkill.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809281644.m8SGiNZD041087>