diff options
author | scolobb <scolobb@web> | 2009-07-14 20:12:58 +0000 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2009-07-14 20:12:58 +0000 |
commit | 45ee74e5548fd857e2c7cc1f283b4624c6247f3b (patch) | |
tree | 79c06288dab1c5d346f24ba214126f35b273b80e | |
parent | 38e962ec933a6eacfc378477b4efa75f8ea19d07 (diff) |
-rw-r--r-- | user/scolobb.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn index 1f463fba..d496119c 100644 --- a/user/scolobb.mdwn +++ b/user/scolobb.mdwn @@ -121,20 +121,20 @@ For documentation, see [[hurd/translator/unionmount]]. The new patches I have submitted have been reviewed; also, the older patches have been reviewed again, which required correcting them. -* **Add the `--no-mount` option** *(17 Jul)* Using the `--no-mount` +* **Add the `--no-mount` option** *(14 Jul)* Using the `--no-mount` and `--mount` options, the user can decide whether unionmount should be completely transparent (i.e. most control-port RPCs forwarded to the mountee) or not. -### TODO - -(Dates in brackets show the *expected* completion date) - * **Make `unionmount` go away when the mountee goes away** *(14 Jul)* `unionmount` makes sense only while the mountee is running, so it has to go away as soon as the mountee has been shut down for some reason. +### TODO + +(Dates in brackets show the *expected* completion date) + * **Proxy the control port of `unionmount`** *(17 Jul)* For `unionmount` to become transparent, most of the RPCs invoked on the its control port should be forwarded to the mountee. |