[Ida-cvs] htdocs/documentation avapdtut.php,1.3,1.4
Status: Pre-Alpha
Brought to you by:
alexanderb
From: Michael R. <mic...@us...> - 2005-01-06 18:03:29
|
Update of /cvsroot/ida/htdocs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31151/documentation Modified Files: avapdtut.php Log Message: some little repairs in avapdtut.php Index: avapdtut.php =================================================================== RCS file: /cvsroot/ida/htdocs/documentation/avapdtut.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** avapdtut.php 6 Jan 2005 17:56:38 -0000 1.3 --- avapdtut.php 6 Jan 2005 18:03:16 -0000 1.4 *************** *** 74,78 **** PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ! DAEMON="avapd -b -v -s #RESPONDER="/path/to/mDNSResponder-66.3/mDNSPosix/build/mDNSResponderPosix -p 3689 -t _daap._tcp. -n `hostname`&" NAME=avapd --- 74,78 ---- PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ! DAEMON="avapd -b -v -s" #RESPONDER="/path/to/mDNSResponder-66.3/mDNSPosix/build/mDNSResponderPosix -p 3689 -t _daap._tcp. -n `hostname`&" NAME=avapd *************** *** 131,135 **** </table> <p>In the first of these lines you also have to correct the path of the Responder.</p> ! <p>Finaly you can run the following command to create the links.</p> <table border="1" bgcolor="white" cellspacing="0" width="100%"> <tr><td> --- 131,135 ---- </table> <p>In the first of these lines you also have to correct the path of the Responder.</p> ! <p>Finaly you can run the following commands to create the links.</p> <table border="1" bgcolor="white" cellspacing="0" width="100%"> <tr><td> |