summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2010-08-25 13:58:19 +0200
committerArne Babenhauserheide <arne_bab@web.de>2010-08-25 13:58:19 +0200
commitdb9cc248fe1e78ebf6bf2a34c7418529d8b4a3b0 (patch)
treeb96c5c7683c48f75fe7d1deaa35f1cddfab16825 /hurd
parent99d50cfdbaa8319c2cdb83332964166551caba01 (diff)
note: tarfs needs uatime fix.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/translator/examples.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/translator/examples.mdwn b/hurd/translator/examples.mdwn
index 6319df77..2972efde 100644
--- a/hurd/translator/examples.mdwn
+++ b/hurd/translator/examples.mdwn
@@ -36,7 +36,7 @@ or
ftp$ cd ftp.fr.debian.org
ftp/ftp.fr.debian.org $ ls
-* tarfs translator
+* tarfs translator (needs uatime fix, 2010-08-25 → [git repo](http://github.com/giselher/tarfs))
You can use tarfs to mount (almost) any tar file:
@@ -50,7 +50,7 @@ You can even use it to create new tar files:
$ cp -r all my files new/
$ syncfs new
-This is not as fast as `tar czvf newfile.tar.gz all my files` but at least, it's more original. ;)
+This is not as fast as `tar czvf newfile.tar.gz all my files`, but at least it's more original. ;)
* cvsfs translator