mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
11 lines
422 B
Python
11 lines
422 B
Python
--- ui5/devmgr5.py.orig 2024-06-21 09:49:44 UTC
|
|
+++ ui5/devmgr5.py
|
|
@@ -1073,7 +1073,7 @@ class DevMgr5(Ui_MainWindow_Derived, Ui_MainWindow, QM
|
|
return
|
|
|
|
hplip_conf = configparser.ConfigParser()
|
|
- fp = open("/etc/hp/hplip.conf", "r")
|
|
+ fp = open("/usr/local/etc/hp/hplip.conf", "r")
|
|
hplip_conf.read_file(fp)
|
|
fp.close()
|
|
|