openbsd-ports/print/hplip/patches/patch-base_codes_py
2011-04-17 07:19:44 +00:00

13 lines
830 B
Plaintext

$OpenBSD: patch-base_codes_py,v 1.6 2011/04/17 07:19:44 ajacoutot Exp $
--- base/codes.py.orig Mon Mar 14 08:59:08 2011
+++ base/codes.py Sun Apr 17 08:43:04 2011
@@ -284,7 +284,7 @@ EVENT_RAISE_DEVICE_MANAGER = 9001
#EVENT_JOB_STORAGE_UI_REQUEST = 9002 # sent by hplipjs CUPS filter for job storage UI
EVENT_HISTORY_UPDATE = 9003 # sent by hp-systray to hp-toolbox when a device's history changes
EVENT_USER_CONFIGURATION_CHANGED = 9004 # sent when ~/.hplip/hplip.conf has been changed by another app.
-EVENT_SYS_CONFIGURATION_CHANGED = 9005 # sent when /etc/hp/hplip.conf has been changed by another app.
+EVENT_SYS_CONFIGURATION_CHANGED = 9005 # sent when ${SYSCONFDIR}/hp/hplip.conf has been changed by another app.
EVENT_DEVICE_UPDATE_REQUESTED = 9010
EVENT_DEVICE_UPDATE_REPLY = 9011
EVENT_DEVICE_START_POLLING = 9020