[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs
[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.
Cups client configuration, Slackware
Since cups ~1.6 the browsing method for locating shared printers changed. While the move is towards avahi for printer discovery, cups can still function without it. Assuming the server-side is up and running, the only client-side steps needed seem to be:
1. vim /etc/cups/cups-browsed.conf
BrowsePoll <server_ip>:631
2. chmod +x /etc/rc.d/rc.cups-browsed && /etc/rc.d/rc.cups-browsed start
As rc.cups-browsed doesn't seem to be called from rc.M, you may also want to start it in rc.local and stop it in rc.local_shutdown.