[Ida-cvs] htdocs/documentation avapdtut.php,1.1,1.2 daaptut.php,1.1,1.2 fscantut.php,1.1,1.2
Status: Pre-Alpha
Brought to you by:
alexanderb
From: Michael R. <mic...@us...> - 2005-01-06 17:50:48
|
Update of /cvsroot/ida/htdocs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27933/documentation Modified Files: avapdtut.php daaptut.php fscantut.php Log Message: some little repair in the tutorials Index: daaptut.php =================================================================== RCS file: /cvsroot/ida/htdocs/documentation/daaptut.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** daaptut.php 6 Jan 2005 16:18:02 -0000 1.1 --- daaptut.php 6 Jan 2005 17:50:39 -0000 1.2 *************** *** 1,3 **** ! <? include "header.inc"; ?> <body> --- 1,3 ---- ! <? include "../header.inc"; ?> <body> *************** *** 30,32 **** </body> ! <? include "footer.inc"; ?> --- 30,32 ---- </body> ! <? include "../footer.inc"; ?> Index: fscantut.php =================================================================== RCS file: /cvsroot/ida/htdocs/documentation/fscantut.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fscantut.php 6 Jan 2005 16:18:02 -0000 1.1 --- fscantut.php 6 Jan 2005 17:50:39 -0000 1.2 *************** *** 1,3 **** ! <? include "header.inc"; ?> <body> --- 1,3 ---- ! <? include "../header.inc"; ?> <body> *************** *** 48,52 **** </td></tr> </table> ! <p>and for the tar.gz archive</p> <table border="1" bgcolor="white" cellspacing="0" width="100%"> <tr><td> --- 48,52 ---- </td></tr> </table> ! <p>or for the tar.gz archive</p> <table border="1" bgcolor="white" cellspacing="0" width="100%"> <tr><td> *************** *** 100,102 **** </body> ! <? include "footer.inc"; ?> --- 100,102 ---- </body> ! <? include "../footer.inc"; ?> Index: avapdtut.php =================================================================== RCS file: /cvsroot/ida/htdocs/documentation/avapdtut.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** avapdtut.php 6 Jan 2005 16:18:02 -0000 1.1 --- avapdtut.php 6 Jan 2005 17:50:39 -0000 1.2 *************** *** 1,3 **** ! <? include "header.inc"; ?> <body> --- 1,3 ---- ! <? include "../header.inc"; ?> <body> *************** *** 11,15 **** </td></tr> </table> ! <p>and for the tar.gz archive</p> <table border="1" bgcolor="white" cellspacing="0" width="100%"> <tr><td> --- 11,15 ---- </td></tr> </table> ! <p>or for the tar.gz archive</p> <table border="1" bgcolor="white" cellspacing="0" width="100%"> <tr><td> *************** *** 135,145 **** <tr><td> <pre> ! # ln -s /etc/init.d/avapd /etc/rc0.d/K10avapd && ! ln -s /etc/init.d/avapd /etc/rc1.d/K10avapd && ! ln -s /etc/init.d/avapd /etc/rc2.d/S50avapd && ! ln -s /etc/init.d/avapd /etc/rc3.d/S50avapd && ! ln -s /etc/init.d/avapd /etc/rc4.d/S50avapd && ! ln -s /etc/init.d/avapd /etc/rc5.d/S50avapd && ! ln -s /etc/init.d/avapd /etc/rc6.d/K10avapd</pre> </td></tr> </table> --- 135,145 ---- <tr><td> <pre> ! # ln -s /etc/init.d/avapd /etc/rc0.d/K10avapd ! # ln -s /etc/init.d/avapd /etc/rc1.d/K10avapd ! # ln -s /etc/init.d/avapd /etc/rc2.d/S50avapd ! # ln -s /etc/init.d/avapd /etc/rc3.d/S50avapd ! # ln -s /etc/init.d/avapd /etc/rc4.d/S50avapd ! # ln -s /etc/init.d/avapd /etc/rc5.d/S50avapd ! # ln -s /etc/init.d/avapd /etc/rc6.d/K10avapd</pre> </td></tr> </table> *************** *** 149,151 **** </body> ! <? include "footer.inc"; ?> --- 149,151 ---- </body> ! <? include "../footer.inc"; ?> |