$OpenBSD: patch-prnt_hpijs_hpcupsfax_cpp,v 1.1 2009/07/13 08:14:28 ajacoutot Exp $
--- prnt/hpijs/hpcupsfax.cpp.orig	Thu Jul  2 14:11:13 2009
+++ prnt/hpijs/hpcupsfax.cpp	Thu Jul  2 14:11:25 2009
@@ -74,7 +74,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))
