13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
$OpenBSD: patch-troubleshoot_CheckPPDSanity_py,v 1.2 2008/09/17 12:00:56 ajacoutot Exp $
|
|
--- troubleshoot/CheckPPDSanity.py.orig Thu Aug 28 15:34:24 2008
|
|
+++ troubleshoot/CheckPPDSanity.py Wed Sep 17 13:46:48 2008
|
|
@@ -25,7 +25,7 @@ import os
|
|
import subprocess
|
|
from base import *
|
|
|
|
-install_cmd = "/usr/bin/system-install-packages"
|
|
+install_cmd = "/usr/bin/true"
|
|
|
|
class CheckPPDSanity(Question):
|
|
def __init__ (self, troubleshooter):
|