openbsd-ports/print/hplip/patches/patch-setup_py

22 lines
711 B
Plaintext
Raw Normal View History

$OpenBSD: patch-setup_py,v 1.1 2009/07/13 08:14:29 ajacoutot Exp $
--- setup.py.orig Thu Jun 25 21:05:57 2009
+++ setup.py Thu Jul 2 18:37:48 2009
@@ -125,7 +125,7 @@ def restart_cups():
return '/etc/init.d/cupsys restart'
else:
- return 'killall -HUP cupsd'
+ return 'pkill -HUP cupsd'
mod = module.Module(__mod__, __title__, __version__, __doc__, USAGE,
@@ -883,7 +883,7 @@ else: # INTERACTIVE_MODE
if len(path) > 0:
cmd = 'hp-testpage %s' % param
else:
- cmd = 'python ./testpage.py %s' % param
+ cmd = '${MODPY_BIN} ./testpage.py %s' % param
log.debug(cmd)