CUPS config no longer allows "include" lines
This affects the ClearOS which has in /etc/cupsd.conf:
# Logging
MaxLogSize 2000000000
# Log general information in error_log - change "warn" to "debug"
# for troubleshooting...
LogLevel warn
# Let the startup script decide where to listen
Include /etc/cups/cupsd.listen.conf
Listen /var/run/cups/cups.sock
# Default authentication type, when authentication is required...
DefaultAuthType Basic
# The default access rights are in an include file
Include /etc/cups/cupsd.location.conf
# The default policy is in an include file
Include /etc/cups/cupsd.policy.conf
It has at least one event which maintains the listen parameter in /etc/cups/cupsd.listen.conf. This will need updating and may be more.
Edited by Nick