summaryrefslogtreecommitdiff
path: root/net-mgmt/bigsister/files/patch-tools__bb_start.pl
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/bigsister/files/patch-tools__bb_start.pl')
-rw-r--r--net-mgmt/bigsister/files/patch-tools__bb_start.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/bigsister/files/patch-tools__bb_start.pl b/net-mgmt/bigsister/files/patch-tools__bb_start.pl
new file mode 100644
index 000000000000..5de2561a806f
--- /dev/null
+++ b/net-mgmt/bigsister/files/patch-tools__bb_start.pl
@@ -0,0 +1,11 @@
+--- 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> ) {