diff options
-rw-r--r-- | Hurd/HurdOnL4.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Hurd/HurdOnL4.mdwn b/Hurd/HurdOnL4.mdwn index a3168fbd..3cc378b1 100644 --- a/Hurd/HurdOnL4.mdwn +++ b/Hurd/HurdOnL4.mdwn @@ -109,8 +109,7 @@ Hopefully everything worked and there were no problems. As usual, if the build f You need to pull the L4 Hurd sources from the CVS tree on Savannah. The CVS access page is [The GNU/Hurd - CVS (module hurd-l4)](http://savannah.gnu.org/cvs/?group=hurd). In a nutshell, the following commands should retrieve the sources for you: - $ export CVS_RSH="ssh" - $ cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/hurd co hurd-l4 + $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/hurd co hurd-l4 #### <a name="Compiling"> Compiling </a> |