$OpenBSD: patch-prnt_hpijs_hpcupsfax_cpp,v 1.4 2013/03/08 06:51:46 ajacoutot Exp $
--- prnt/hpijs/hpcupsfax.cpp.orig	Wed Feb 13 17:34:10 2013
+++ prnt/hpijs/hpcupsfax.cpp	Fri Feb 22 15:05:18 2013
@@ -93,7 +93,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))
