[Asterisk-doc] docs installation.xml,1.18,1.19

blitzrage asterisk-doc@lists.digium.com
Fri, 18 Jun 2004 12:37:50 +0000


Comments:
Update of /cvsroot/asterisk/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2604/docs

Modified Files:
	installation.xml 
Log Message:
Leif Madsen
- a couple of very minor changes
Index: installation.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/installation.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** installation.xml	11 Jun 2004 19:46:49 -0000	1.18
--- installation.xml	18 Jun 2004 12:37:43 -0000	1.19
***************
*** 194,198 ****
  			<title>Your Initial Download</title>
  			<para>
! 			Asterisk can be obtained from the Digium CVS server.  You will require any packages which your distribution
  			requires to download the sourcecode and to compile.  Most modern Linux distributions have a category at installation
  			for development tools, but some may vary.  Binaries are available, however they are created on a non-regular basis, 
--- 194,198 ----
  			<title>Your Initial Download</title>
  			<para>
! 			Asterisk can be obtained from the Digium CVS server.  You will need any packages which your distribution
  			requires to download the sourcecode and to compile.  Most modern Linux distributions have a category at installation
  			for development tools, but some may vary.  Binaries are available, however they are created on a non-regular basis, 
***************
*** 218,227 ****
  					<command>cvs checkout zaptel libpri asterisk</command>
  				</literallayout>
- 				
- 				<para>
- 				Your server will download all the appropriate files from the CVS server 
- 				and place them in their respective directories.  If you don't need zaptel or libpri 
- 				simply leave them out of the checkout statement.
- 				</para>
  			</sect3>
  			
--- 218,221 ----
***************
*** 240,244 ****
  			<title>Updates</title>
  			<para>
! 			To update your packages from CVS is relatively straight forward.  One note however
  			is that the asterisk directory has a script to automatically update from CVS, compile
  			and install for you.  The only problem is that it doesn't do zaptel and libpri, 
--- 234,238 ----
  			<title>Updates</title>
  			<para>
! 			Updating Asterisk from CVS is relatively straight forward.  One note however
  			is that the asterisk directory has a script to automatically update from CVS, compile
  			and install for you.  The only problem is that it doesn't do zaptel and libpri, 
***************
*** 253,257 ****
  				The password is <emphasis>anoncvs</emphasis>
  				<command>cvs -z3 -d:pserver:anoncvs@cvs.digium.com:/usr/cvsroot update zaptel libpri</command>
- 				[say how to unload the modules and recompile]
  				</literallayout>
  				
--- 247,250 ----