$OpenBSD: patch-check-plugin_py,v 1.3 2013/07/12 08:07:05 ajacoutot Exp $
--- check-plugin.py.orig	Fri Jun 21 08:57:55 2013
+++ check-plugin.py	Fri Jul 12 09:43:56 2013
@@ -239,7 +239,7 @@ sts,output = utils.run(cmd)
 if sts != 0:
     log.debug("Failed to change log file permissions: %s" %output)
 
-cmd="chgrp lp "+LOG_FILE
+cmd="chgrp _cups "+LOG_FILE
 sts,output = utils.run(cmd)
 if sts != 0:
     log.debug("Failed to change log file group permissions: %s" %output)
