From 38a0a8023026a77ded1e6de618b567c7b58e79a4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 2 Sep 2014 10:07:49 +0000 Subject: Remove non staged ports without pending PR from s* --- sysutils/eroaster/files/patch-process.py | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 sysutils/eroaster/files/patch-process.py (limited to 'sysutils/eroaster/files/patch-process.py') diff --git a/sysutils/eroaster/files/patch-process.py b/sysutils/eroaster/files/patch-process.py deleted file mode 100644 index 7441f45d0679..000000000000 --- a/sysutils/eroaster/files/patch-process.py +++ /dev/null @@ -1,29 +0,0 @@ ---- process.py.orig Fri Jul 25 23:42:00 2003 -+++ process.py Sat Dec 20 11:47:56 2003 -@@ -34,7 +34,7 @@ - # python -c "import sys;print sys.platform" - - osFamily = {} --osFamily[OSTYPEBSD] = ["freebsd4", "bsdos4"] -+osFamily[OSTYPEBSD] = ["freebsd4", "freebsd5", "bsdos4"] - osFamily[OSTYPESYSV] = ["linux-i386", "linux2" ] - osFamily[OSTYPESUNOSUCB] = ["sunos5"] - -@@ -45,6 +45,8 @@ - osPsParam[OSTYPESUNOSUCB] = "-l %s" - - osPsProcessListParam = {} -+osPsProcessListParam["freebsd4"] = "-ax" -+osPsProcessListParam["freebsd5"] = "-ax" - osPsProcessListParam["sunos5"] = "-ef" - osPsProcessListParam["linux2"] = "ax" - osPsProcessListParam[OSTYPEUNKNOWN] = "ax" -@@ -98,7 +100,7 @@ - elif (column == "STAT"): - # Status: S, W, N, R, L, < - strRegExp = "%s([SWNRL<]+) +" % strRegExp -- elif (column == "TTY"): -+ elif ((column == "TTY") or (column == "TT")): - # TTY: ?, pty/1, console - strRegExp = "%s(\?|[\w/]+\d*) +" % strRegExp - elif ((column == "CMD") or (column == "COMMAND")): -- cgit v1.2.3