Re: [Soc-coordination] Weekly report (10th week) - Debian GNU/Hurd Debianish initialization

2013-08-25 Thread heroxbd
Samuel Thibault writes: > hero...@gentoo.org, le Sat 24 Aug 2013 18:31:15 +0900, a écrit : >> Why are you bonded to dhclient? How about dhcpd? Why are you bonded to >> ifupdown? How about a reduced helper than only sets a static IP address >> and speaks basic DHCP? > > Essentially because we want

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

2013-08-25 Thread Ivan Shmakov
> Justus Winter <4win...@informatik.uni-hamburg.de> writes: > Quoting Ivan Shmakov (2013-08-25 17:55:39) […] >> /bin/fakeauth /bin/sh \ >> -c 'cd "$1" || exit ; shift ; exec "$@"' \ >> dummy.sh "$(pwd)" "$@" \ > ? The essential point is that using

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

2013-08-25 Thread Ivan Shmakov
> Justus Winter <4win...@informatik.uni-hamburg.de> writes: […] > * utils/fakeroot.sh: Escape arguments handed to /bin/sh so that they > are not evaluated prematurely. […] > exec /bin/settrans --chroot \ > - /bin/fakeauth /bin/sh -c "cd `pwd`; $*" \ > + /bin/fakeauth /bin/sh -

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

2013-08-25 Thread Justus Winter
Quoting Ivan Shmakov (2013-08-25 17:55:39) > > Justus Winter <4win...@informatik.uni-hamburg.de> writes: > > […] > > > * utils/fakeroot.sh: Escape arguments handed to /bin/sh so that they > > are not evaluated prematurely. > > […] > > > exec /bin/settrans --chroot \ > > - /bin/fake

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

2013-08-25 Thread Samuel Thibault
Both applied, thanks! Samuel -- To UNSUBSCRIBE, email to debian-hurd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130825132859.gf13...@type.colubris.lan

Re: [Soc-coordination] Weekly report (10th week) - Debian GNU/Hurd Debianish initialization

2013-08-25 Thread Samuel Thibault
hero...@gentoo.org, le Sat 24 Aug 2013 18:31:15 +0900, a écrit : > Why are you bonded to dhclient? How about dhcpd? Why are you bonded to > ifupdown? How about a reduced helper than only sets a static IP address > and speaks basic DHCP? Essentially because we want to follow the standard Debian way