blob: 35e42aeaa075a493e782a8833574b68f59b7b102 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- common/utils.c.orig 2022-02-23 07:41:04 UTC
+++ common/utils.c
@@ -311,7 +311,7 @@ int getHPLogLevel()
char *p;
int iLogLevel = 0;
- fp = fopen ("/etc/cups/cupsd.conf", "r");
+ fp = fopen ("/usr/local/etc/cups/cupsd.conf", "r");
if (fp == NULL)
return 0;
while (!feof (fp))
|