diff options
author | Ben Asselstine <benasselstine@canada.com> | 2007-02-19 14:17:14 +0000 |
---|---|---|
committer | Ben Asselstine <benasselstine@canada.com> | 2007-02-19 14:17:14 +0000 |
commit | 4802d9f52df53d4d92f2a5b7bd5f7ef325876c96 (patch) | |
tree | 4e756903219c8ae6024a55575f0e2f1403b9add8 | |
parent | 3033a428052441be61e86932eddbeedafc10c76a (diff) |
none
-rw-r--r-- | Hurd/TranslatorWishList.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Hurd/TranslatorWishList.mdwn b/Hurd/TranslatorWishList.mdwn index 322f3f25..38bd87d9 100644 --- a/Hurd/TranslatorWishList.mdwn +++ b/Hurd/TranslatorWishList.mdwn @@ -171,6 +171,23 @@ Presenting remote file systems through Samba similar to what gnome-vfs does. Gui Presenting a user's crontab in a filesystem where cron entries are files. +## <a name="globlink"> globlink </a> + +Firmlink to a file according to a filename matching pattern. When a file goes away, the next file that is matched is automatically linked to. + + $ settrans -ac libfoo.so /hurd/globlink '/lib/libfoo*' + +## <a name="alphabetfs"> alphabetfs </a> + +Organize a large group of files by their first letter. Present one subdirectory for each letter in the alphabet. + +## <a name="fsysoptsctl"> fsysoptsctl </a> + +Send an fsysopts command to a set of translators. When you have a directory full of translators and you want to send each of them the same runtime option, this translator can do it for you. + + $ settrans -ac all /hurd/fsysoptsctl '/tmp/mystuff/*' + $ fsysopts all --update + ---- -- [[Main/GregBuchholz]] - updated 17 Oct 2003 |