Bug#538171: ITP: makefs -- create a file system image from a directory tree

2009-07-23 Thread Thorsten Glaser
Package: wnpp Severity: wishlist Owner: Thorsten Glaser * Package name: makefs Version : 20090724 Upstream Author : The MirOS Project * URL : http://www.mirbsd.org/cvs.cgi/src/usr.sbin/makefs/ * License : 4-clause BSD Programming Lang: C Description :

Re: Porting upstart to kfreebsd

2009-07-23 Thread Scott James Remnant
On Thu, 2009-07-23 at 15:23 +0200, Michael Biebl wrote: > Adding Scott to CC as he's not subscribed, too. > Thanks. First, my general thoughts on porting: When writing Upstart, I've only focussed on Linux. To make writing it as easy as possible, and provide the features I want with the minimum

Re: Porting upstart to kfreebsd

2009-07-23 Thread Michael Biebl
Adding Scott to CC as he's not subscribed, too. Petr Salinger wrote: > Hi. > >> One of the prerequisites we identified, was to maintain proper support for >> kfreebsd. >> An idea was, to provide a small helper utility for sysvinit, that allows to >> execute native upstart jobs, even when running

Re: Porting upstart to kfreebsd

2009-07-23 Thread Petr Salinger
Hi. One of the prerequisites we identified, was to maintain proper support for kfreebsd. An idea was, to provide a small helper utility for sysvinit, that allows to execute native upstart jobs, even when running under sysvinit. We will implement such a tool, which we called upstart-job, most li

Re: [patch] generalize loopback network interface name

2009-07-23 Thread Luca Favatella
On 23/07/2009, Otavio Salvador wrote: > Hello, > > On Wed, Jul 22, 2009 at 7:58 PM, Luca Favatella wrote: >> Loopback network interface name is lo on GNU/Linux and lo0 on >> GNU/kFreeBSD. >> This patch generalizes it with a macro. [...] > Please go ahead and commit it. Committed to trunk. Thank