Displaying 1 result from an estimated 1 matches for "avahi_regist".
Did you mean:
avahi_register
2019 Jan 15
1
issue with fruit:model not using avahi correctly?
hey folks,
I am trying to change the fruit:model value for changing the icon in the mac os finder.
After digging a little bit in the source code I saw that "source3/smbd/avahi_register.c" does not contain a line where info like
<service>
<type>_device-info._tcp</type>
<port>0</port>
<txt-record>model=RackMac</txt-record>
is added to avahi.
In "source3/modules/vfs_fruit.c" I see that the paramater fruit:model is processed,...