ports/print/hplip/patches/patch-prnt_hpijs_hpijs_cpp

12 lines
396 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- prnt/hpijs/hpijs.cpp.orig Fri Oct 11 11:35:57 2013
+++ prnt/hpijs/hpijs.cpp Tue Oct 15 15:42:07 2013
@@ -77,7 +77,7 @@ void setLogLevel(UXServices *pSS, char*user_name)
FILE *fp;
char str[258];
char *p;
- fp = fopen ("/etc/cups/cupsd.conf", "r");
+ fp = fopen ("${SYSCONFDIR}/cups/cupsd.conf", "r");
if (fp == NULL)
return;
while (!feof (fp))