/usr/share/mozart/doc/install/node4.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>4 Retrieving the Sources</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="index.html">- Up -</A></TD><TD><A href="node5.html#chapter.src.make">Next >></A></TD></TR></TABLE><DIV id="chapter.src.get"><H1><A name="chapter.src.get">4 Retrieving the Sources</A></H1><DIV id="section.rpm.src"><H2><A name="section.rpm.src">4.1 Linux RPM Source Package</A></H2><P> The source rpm package from which the binary rpm packages can be build are available from <A href="http://www.mozart-oz.org/download/view.cgi?action=rpm"><CODE>http://www.mozart-oz.org/download/view.cgi?action=rpm</CODE></A>. </P></DIV><H2><A name="label3">4.2 Source Tarball</A></H2><P> The source tarball is available from <A href="http://www.mozart-oz.org/download/view.cgi?action=tar"><CODE>http://www.mozart-oz.org/download/view.cgi?action=tar</CODE></A>. </P><H2><A name="label4">4.3 Anonymous CVS</A></H2><P>You can retrieve the complete sources of the Mozart system from our anonymous CVS server. First you need to <EM>login</EM>. This is a one-time only operation: <CODE>cvs</CODE> correspondingly updates your <CODE>~/.cvspass</CODE> and remembers the login for the next time you access our server. After typing the command below, your are prompted for the <CODE>CVS password</CODE> which happens to be <CODE>anoncvs</CODE>. </P><BLOCKQUOTE class="code"><CODE>% cvs -d :pserver:anoncvs@cvs.mozart-oz.org:/services/mozart/CVS login<BR>(Logging in to anoncvs@ps.uni-sb.de)<BR>CVS password: anoncvs</CODE></BLOCKQUOTE><P> From now on, you can always obtain a complete snapshot of the Mozart system using the command below: </P><BLOCKQUOTE class="code"><CODE>% cvs -d :pserver:anoncvs@cvs.mozart-oz.org:/services/mozart/CVS get mozart</CODE></BLOCKQUOTE><P> This creates a directory <CODE>mozart</CODE> in which the full source tree is placed.</P><P>If you want to retrieve the a released version (say, Mozart 1.2.4), you can do this as follows: </P><BLOCKQUOTE class="code"><CODE>% cvs -d :pserver:anoncvs@cvs.mozart-oz.org:/services/mozart/CVS get -r mozart-1-2-4 mozart</CODE></BLOCKQUOTE><P></P></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="index.html">- Up -</A></TD><TD><A href="node5.html#chapter.src.make">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~scheidhr/">Ralf Scheidhauer</A> and <A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|