f18131fe57
ok jasper@
13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
$OpenBSD: patch-troubleshoot_CheckPPDSanity_py,v 1.3 2009/01/31 12:37:30 ajacoutot Exp $
|
|
--- troubleshoot/CheckPPDSanity.py.orig Sat Jan 31 12:11:18 2009
|
|
+++ troubleshoot/CheckPPDSanity.py Sat Jan 31 12:11:34 2009
|
|
@@ -25,7 +25,7 @@ import os
|
|
import subprocess
|
|
from base import *
|
|
|
|
-install_cmd = "/usr/bin/gpk-install-package-name"
|
|
+install_cmd = "/usr/bin/true"
|
|
|
|
class CheckPPDSanity(Question):
|
|
def __init__ (self, troubleshooter):
|