Trying to use Apple's built in software update server on Yosemite to serve software updates to 10.11 clients on the local network.
So far I stopped the software update service, added:
RewriteCond %{HTTP_USER_AGENT} Darwin/15
RewriteRule ^/index.sucatalog$ http://%{HTTP_HOST}/cgi-bin/Software UpdateServerGetCatalog?/index-11.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
to the <IfModule mod_rewrite.c> section of /Library/Server/Software Update/Config/swupd.conf
also added:
<string>index-11.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
to the OtherCatalogs area of /Library/Server/Software Update/Config/swupd.plist
and restarted the swupdate service. I have also rebooted the server but still not seeing any 10.11 updates.
Also, server app seems to revert these config/plist files after modifying them and restarting the swupdate service.
Any help would be appreciated!
