Sorry about being unclear the last time.
I'll start again.
My aim was to get itunes to run at startup. so with a bit of searchin throughout the forum, i thought that by issuing these 2 commands, modified to suit mt-daapd, would do the job nicely.
#/sbin/e-smith/config set mt-daapd service Initscriptorder 95 status enabled
#ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S95mt-daapd
After i had done that i rebooted both my SME server and my pc. I then loaded up itunes on my pc to see if i was able to play my shared music. This was not the case, there was no shared music detected.
I then issued the command to start mt-daapd:
#/etc/rc.d/init.d/mt-daapd start
But still my shared music did not show up in itunes, so i then issued the command:
#mDNSProxyResponderPosix 192.168.0.2 smeserver "Music Jukebox" _daap._tcp. 3689 &
And success, my shared music showed up in itunes.
I was then wanting to undo the first 2 commands i issued, now done by:
#rm /etc/rc.d/rc7.d/S95mt-daapd
#/sbin/e-smith/config delete mt-daapd
Thanks
I am now asking how do i correctly get mt-daapd/itunes server to start on boot so my shared music automatically appears?
Please let me know if i am still unclear, would like to get this all workin. Manuy Thanks