summaryrefslogtreecommitdiff
path: root/hurd/settrans/discussion.mdwn
blob: 74f1c8f5d2a21999e06e056ef45401eee509cb7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[[!meta copyright="Copyright © 2011, 2012 Free Software Foundation, Inc."]]

[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]

[[!tag open_issue_documentation open_issue_hurd]]


# IRC, freenode, #hurd, 2011-06-01

    <antrik> ugh... I just realized why settrans -a without -f doesn't
      generally work on filesystem translators
    <antrik> obviously, it needs -R too!


# IRC, freenode, #hurd, 2012-08-17

    <antrik> youpi: no, only the -g is redundant; i.e. -ga is the same as -a
    <antrik> (actually, not redundant, but rather simply meaningless in this
      case)
    <antrik> -g tells what to do with an active translator *when a passive one
      is changed*
    <antrik> if no passive one is changed, it does nothing
    <antrik> (and I realized that after using the Hurd for only 6 years or so
      ;-) )
    <braunr> it's not obvious
    <antrik> braunr: indeed. it's not obvious at all from the --help output :-(
    <antrik> not sure though how to make it clearer
    <braunr> the idea isn't obvious
    <braunr> perhaps telling that "setting a passive translator" also applies
      to removing it, i.e. setting it to none
    <antrik> braunr: well, the fact that a translator is unset by setting it to
      nothing is unclear in general, not only for passive translator. I agree
      that pointing this out should make things much more clear in general...