summaryrefslogtreecommitdiff
path: root/Hurd
diff options
context:
space:
mode:
authorTWikiGuest <web-hurd@gnu.org>2006-04-08 12:35:42 +0000
committerTWikiGuest <web-hurd@gnu.org>2006-04-08 12:35:42 +0000
commita5745b200b2fba30092ec543b54d97cfef20513d (patch)
tree8b94a508c316d797a34db46d83a0972acad6bd79 /Hurd
parentc5afec332ebc16f72461116cfd9ed1e422408670 (diff)
none
Diffstat (limited to 'Hurd')
-rw-r--r--Hurd/HurdOnL4.mdwn3
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>