f8bddf7e5a
Refer to the project homepage for the complete changelog. This port now comes into 5 subpackages (ala Fedora): - main: complete hplip functionnalities - hpijs: deprecated hpijs printer driver - hpcups: new-gen printer driver - libs: libraries and helpers used by other subpackages - gui: graphical tools (systray applet...) It seems this version works a least as good as the previous one we had in-tree. I could use some feedbacks for the fancier stuffs that hplip provides (besides regular printing using hpcups and/or hpijs), like printer communication, ink levels... because I have no hp equipment, but at least, there was no regression reported. (some features are Linux-only and are expected not to work) Tested by several, thanks!
13 lines
559 B
Plaintext
13 lines
559 B
Plaintext
$OpenBSD: patch-base_pexpect_py,v 1.1 2009/07/13 08:14:28 ajacoutot Exp $
|
|
--- base/pexpect.py.orig Thu Jul 2 17:31:51 2009
|
|
+++ base/pexpect.py Thu Jul 2 17:32:39 2009
|
|
@@ -142,7 +142,7 @@ def run (command, timeout=-1, withexitstatus=False, ev
|
|
Examples:
|
|
Start the apache daemon on the local machine:
|
|
from pexpect import *
|
|
- run ("/usr/local/apache/bin/apachectl start")
|
|
+ run ("/usr/sbin/apachectl start")
|
|
Check in a file using SVN:
|
|
from pexpect import *
|
|
run ("svn ci -m 'automatic commit' my_file.py")
|