components/hplip/patches/08_posix.ps.patch
changeset 4923 b9e3f6b6a101
parent 3831 33bc4f8fb536
equal deleted inserted replaced
4922:aa78e587dfdd 4923:b9e3f6b6a101
     1 Home brewed patch
     1 source: in-house
       
     2 "de-linuxize" the ps args
     2 
     3 
     3 --- a/base/utils.py	2014-06-02 23:33:10.000000000 -0700
     4 --- a/base/utils.py	2014-06-02 23:33:10.000000000 -0700
     4 +++ hplip-3.14.6/base/utils.py	2014-07-01 13:44:00.526366599 -0700
     5 +++ b/base/utils.py	2014-07-01 13:44:00.526366599 -0700
     5 @@ -2214,7 +2214,7 @@
     6 @@ -2214,7 +2214,7 @@
     6  
     7  
     7      try:
     8      try:
     8          process = {}
     9          process = {}
     9 -        p1 = Popen(["ps", "-w", "-w", "aux"], stdout=PIPE)
    10 -        p1 = Popen(["ps", "-w", "-w", "aux"], stdout=PIPE)