Do you use avahi for OSX service detection and Timemachine?
For this I use the pure DNS/multicast service and the following dns-sd
calls
for SMB share publishing, share icon=Xserve and Timemachine
#!/usr/bin/bash
/usr/bin/dns-sd -R "hostname" _smb._tcp local 445 &
/usr/bin/dns-sd -R "hostname" _device-info._tcp local 445 model=Xserve &
/usr/bin/dns-sd -R "hostname" _adisk._tcp local 445
'sys=waMa=0,adVF=0x100' 'dk0=adVN=smbsharename,adVF=0x82' &
Gea
_______________________________________________
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev