File: ps-path.patch

package info (click to toggle)
killer 0.90-15
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 764 kB
  • sloc: perl: 8,785; makefile: 35; sh: 1
file content (13 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix path to ps.

--- killer-git.orig/killer	2014-09-28 09:00:39.395965999 +0200
+++ killer-git/killer	2014-09-28 09:00:39.615967816 +0200
@@ -132,7 +132,7 @@
 =cut
 
 # On HP-UX be sure that env var UNIX95 is defined for ps -o to work!
-my $pscmd = '/usr/bin/ps -e -o "user ruser uid ruid tty pid ppid nice comm"';
+my $pscmd = '/bin/ps -e -o "user ruser uid ruid tty pid ppid nice comm"';
 
 my $errmsg;