On Thu, Sep 19, 2013 at 10:34:56PM +0200, Ludovic Courtès wrote:
> Passing data around as text is what Plan 9 does, whereas the Hurd uses
> dedicated interfaces and RPCs.
It also uses translators to add easy access to those interfaces through
files.
Personally, I don't care where /proc comes from
Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
> Quoting Ludovic =?utf-8?Q?Court=C3=A8s?= (2013-09-19 12:19:00)
>> Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
>>
>> > This patch makes runsystem.sh check whether /proc is set up and does
>> > so using settrans -c if it is
Quoting Ludovic =?utf-8?Q?Court=C3=A8s?= (2013-09-19 12:19:00)
> Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
>
> > This patch makes runsystem.sh check whether /proc is set up and does
> > so using settrans -c if it is not.
>
> I think this should be a Debian patch rather, because w
Justus Winter <4win...@informatik.uni-hamburg.de> skribis:
> This patch makes runsystem.sh check whether /proc is set up and does
> so using settrans -c if it is not.
I think this should be a Debian patch rather, because while /proc is a
useful Linux compatibility feature, it’s not a mandatory pa
This patch makes runsystem.sh check whether /proc is set up and does
so using settrans -c if it is not.
* daemons/runsystem.sh: Make sure /proc is set up.
---
daemons/runsystem.sh |8
1 file changed, 8 insertions(+)
diff --git a/daemons/runsystem.sh b/daemons/runsystem.sh
index f4f2