Weekly report (10th week) - Debian GNU/Hurd Debianish initialization

2013-08-23 Thread 4winter
.. link: .. description: .. tags: gsoc, debian, hurd .. date: 2013/08/23 21:30:48 .. title: No noweb anymore... .. slug: no-noweb-anymore \... which is probably a good thing. But here is the boot log you all have been waiting for:: start ext2fs: Hurd server bootstrap: ext2fs[device:hd0s1] exe

[PATCH 2/2] utils: escape arguments in remap.sh

2013-08-23 Thread Justus Winter
remap.sh uses /bin/sh to first change the working directory and then execute the given program in the remap context. But the arguments given on the command line were not properly escaped: % '/bin/sh' '-c' 'echo $0' /bin/sh % remap '/bin/sh' '-c' 'echo $0' % remap-fixed '/bin/sh' '-c' 'echo $0' /b

[PATCH 1/2] utils: escape arguments in fakeroot.sh

2013-08-23 Thread Justus Winter
fakeroot.sh uses /bin/sh to first change the working directory and then execute the given program in the fakeroot context. But the arguments given on the command line were not properly escaped: % '/bin/sh' '-c' 'echo $0' /bin/sh % fakeroot-tcp '/bin/sh' '-c' 'echo $0' /bin/sh % fakeroot-hurd '/bin