$OpenBSD: patch-ui_setupform_py,v 1.1 2009/07/13 08:14:29 ajacoutot Exp $ --- ui/setupform.py.orig Thu Jul 2 14:38:04 2009 +++ ui/setupform.py Thu Jul 2 14:38:17 2009 @@ -57,7 +57,7 @@ def restart_cups(): return '/etc/init.d/cupsys restart' else: - return 'killall -HUP cupsd' + return 'pkill -HUP cupsd' class DeviceListViewItem(QListViewItem):