13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
$OpenBSD: patch-check-plugin_py,v 1.2 2012/06/26 06:17:11 ajacoutot Exp $
|
|
--- check-plugin.py.orig Mon Jun 18 12:44:13 2012
|
|
+++ check-plugin.py Tue Jun 26 07:06:28 2012
|
|
@@ -236,7 +236,7 @@ sts,output = utils.run(cmd)
|
|
if sts != 0:
|
|
log.warn("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.warn("Failed to change log file group permissions: %s" %output)
|