$OpenBSD: patch-prnt_hpijs_hpcupsfax_cpp,v 1.5 2013/10/15 14:21:00 ajacoutot Exp $
--- prnt/hpijs/hpcupsfax.cpp.orig	Fri Oct 11 11:35:57 2013
+++ prnt/hpijs/hpcupsfax.cpp	Tue Oct 15 15:42:07 2013
@@ -94,7 +94,7 @@ static void GetLogLevel ()
     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))
