freebsd-ports/net-mgmt/bigsister/files/patch-tools::bb_start.pl
Pav Lucistnik 9f7c6a243d - Update to 1.02
- Take maintainership

PR:		ports/93293
Submitted by:	Anders Troback <freebsd@troback.com>
2006-04-02 14:26:46 +00:00

11 lines
314 B
Perl

--- tools/bb_start.pl.org Thu Feb 9 11:28:48 2006
+++ tools/bb_start.pl Thu Feb 9 11:29:11 2006
@@ -178,7 +178,7 @@
sub proclist {
my @result;
- foreach my $cmd ( "ps cax", "ps -e", "ps -ef" ) {
+ foreach my $cmd ( "ps ax" ) {
open( CMD, "$cmd 2>/dev/null|" );
@result = ();
while( <CMD> ) {