Specify the Finder icon with Avahi on OpenSolaris 2008.11
Posted on April 5th, 2009 by SUNWfrk
I found this article from Simon Wheatley and found it very nice to do. But it didn’t seem to work on OpenSolaris… but don’t worry, it just needs a small fix, don’t use port 0 for _device-info._tcp, but just give it a port you are already advertising.
like:
<?xml version=”1.0″ standalone=’no’?><!–*-nxml-*–>
<!DOCTYPE service-group SYSTEM “avahi-service.dtd”>
<service-group>
<name replace-wildcards=”yes”>%h</name>
<service>
<type>_device-info._tcp</type>
<port>548</port>
<txt-record>model=RackMac</txt-record>
</service>
<service>
<type>_afpovertcp._tcp</type>
<port>548</port>
</service>
</service-group>






[...] Create the XML files that tell MDNS what to advertise. (Found this information from here, here, and here. [...]
[...] Create the XML files that tell MDNS what to advertise. (Found this information from here, here, and here. [...]