From owner-freebsd-commit Sat Feb 3 14:52:37 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09278 for freebsd-commit-outgoing; Sat, 3 Feb 1996 14:52:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09267 for cvs-all-outgoing; Sat, 3 Feb 1996 14:52:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09257 for cvs-usrbin-outgoing; Sat, 3 Feb 1996 14:52:31 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09250 Sat, 3 Feb 1996 14:52:29 -0800 (PST) Date: Sat, 3 Feb 1996 14:52:29 -0800 (PST) From: Wolfram Schneider Message-Id: <199602032252.OAA09250@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/killall killall.1 killall.pl Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/03 14:52:28 Modified: usr.bin/killall killall.1 killall.pl Log: Support killing of suid programs. Now ``killall xterm'' works :-) Don't fail for processes with meta chars (c+++) Revision Changes Path 1.3 +25 -11 src/usr.bin/killall/killall.1 1.3 +40 -27 src/usr.bin/killall/killall.pl