Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-03-23 23:38:37 +0300
committermboelen <michael@cisofy.com>2015-03-23 23:38:37 +0300
commit3cda4cf56249cca49115aa345b53d5be2cee1368 (patch)
treeaa65851ce5b0ec5e5a52f3388e90a2792cabe8d3
parentbdf83471628661b564e86f1f96340a110ec8458c (diff)
Added CUPS location for Mac OS
-rw-r--r--include/tests_printers_spools6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tests_printers_spools b/include/tests_printers_spools
index 14a12938..5d35ba3d 100644
--- a/include/tests_printers_spools
+++ b/include/tests_printers_spools
@@ -5,8 +5,8 @@
# Lynis
# ------------------
#
-# Copyright 2007-2015, Michael Boelen (michael@rootkit.nl), The Netherlands
-# Web site: http://www.rootkit.nl
+# Copyright 2007-2015, Michael Boelen, CISOfy (michael.boelen@cisofy.com)
+# Web site: https://cisofy.com
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
@@ -18,7 +18,7 @@
#
#################################################################################
#
- CUPSD_CONFIG_LOCS="/etc/cups /usr/local/etc/cups"
+ CUPSD_CONFIG_LOCS="/etc/cups /usr/local/etc/cups /private/etc/cups"
CUPSD_CONFIG_FILE=""
CUPSD_RUNNING=0
CUPSD_FOUND=0