ed 67d011afcb 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
2008-09-28 16:44:15 +00:00
..
2006-12-23 09:25:23 +00:00
2008-09-09 12:31:42 +00:00
2006-07-09 21:47:37 +00:00
2006-12-18 15:45:01 +00:00
2007-03-04 19:52:07 +00:00
2005-11-17 12:15:23 +00:00
2007-03-04 09:15:12 +00:00
2008-06-07 09:37:30 +00:00
2006-12-27 11:28:00 +00:00
2008-07-18 14:55:22 +00:00
2006-12-27 12:14:56 +00:00
2005-08-07 09:11:38 +00:00
2006-12-14 10:42:46 +00:00