Index: scheduler/main.c =================================================================== --- scheduler/main.c (revision 7125) +++ scheduler/main.c (working copy) @@ -872,7 +872,19 @@ cupsArrayCount(Clients) < MaxClients) cupsdResumeListening(); +#ifndef __APPLE__ /* + * Except Mac OS X, all other operating systems need to poll for changes... + */ + + if ((current_time - netif_time) >= 60) + { + NetIFUpdate = 1; + netif_time = current_time; + } +#endif /* __APPLE__ */ + + /* * Expire subscriptions and unload completed jobs as needed... */