summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2011-07-23 08:58:21 +0200
committerThomas Schwinge <thomas@schwinge.name>2011-07-23 08:58:21 +0200
commitbba7a74d23927f50497ff0a46172aa1e5312caa1 (patch)
tree9a8e11be1ba88231aa33407368bb8246ab85c3d4
parent826f258928af814cd7caa2fa33d1592b4a185235 (diff)
parent4f090e2d9898e8aa03247a041398e3058983023c (diff)
Merge remote-tracking branch 'flubber/master'
-rw-r--r--contributing.mdwn11
-rw-r--r--hurd/documentation/translator_primer.mdwn6
2 files changed, 16 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index c006e554..109864db 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -80,6 +80,17 @@ documents.
Debian is currently the Hurd distribution of choice among Hurd users and
developers.
+Things that block a lot of stuff,
+and thus most urgently need porting right now:
+* umount functionality in busybox
+* gtest
+* hdf5
+* hyperestraier
+* sane*
+* ghc (ghc6 and ghc7)
+* gnat
+* ruby1.9.1
+
Here is a
[[list_of_Debian_packages_that_need_porting|hurd/running/debian/porting]].
diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn
index 4586a8e6..e5c8c160 100644
--- a/hurd/documentation/translator_primer.mdwn
+++ b/hurd/documentation/translator_primer.mdwn
@@ -41,7 +41,11 @@ Then you setup the translator /hurd/hello in the file/node hello.
After that you check the contents of the file, and the translator returns "Hello World!".
-To finish it, you tell the translator to go away from the file "hello" via "settrans -g hello" and verify that now the file is empty again.
+To finish it,
+you remove the translator from the file "hello"
+(and tell any active running instances to go away)
+via "settrans -g hello".
+Having done that, verify that now the file is empty again.
### Transparent FTP