interface or printer sharing are enabled (<rdar://problem/
9136448>)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12497
a1ca3aef-8c08-0410-bb20-
df032aa958be
-CHANGES.txt - 2.1b1 - 2015-02-05
+CHANGES.txt - 2.1b1 - 2015-02-06
--------------------------------
CHANGES IN CUPS V2.1b1
(STR #4469)
- Added support for WITH-VALUE-FROM predicate in ipptool test files
(STR #4470)
+ - The scheduler no longer listens on the loopback interface unless the
+ web interface or printer sharing are enabled
+ (<rdar://problem/9136448>)
/*
- * Create or remove the systemd path file based on whether there are active
+ * Create or remove the "keep-alive" file based on whether there are active
* jobs or shared printers to advertise...
*/
if (cupsArrayCount(ActiveJobs) || /* Active jobs */
-# ifdef HAVE_SYSTEMD
WebInterface || /* Web interface enabled */
-# endif /* HAVE_SYSTEMD */
(Browsing && BrowseLocalProtocols && cupsArrayCount(Printers)))
/* Printers being shared */
{
<dict>
<key>Listeners</key>
<array>
- <dict>
- <key>SockNodeName</key>
- <string>::1</string>
- <key>SockServiceName</key>
- <string>ipp</string>
- </dict>
- <dict>
- <key>SockNodeName</key>
- <string>127.0.0.1</string>
- <key>SockServiceName</key>
- <string>ipp</string>
- </dict>
<dict>
<key>SockPathMode</key>
<integer>49663</integer>