Re: [sysvinit-devel] [PATCH] automatically spawn agetty on kernel consoles

2011-06-21 Thread Ludwig Nussel
Dr. Werner Fink wrote: > On Thu, May 26, 2011 at 08:23:30AM +0200, Ludwig Nussel wrote: > > The feature is useful for developers and admins that occasionally need > > to boot with e.g. console=ttyS0. > > The built in default can be overridden via inittab for each device. An > > entry like "S0::off:

Re: [sysvinit-devel] [PATCH] automatically spawn agetty on kernel consoles

2011-06-21 Thread Dr. Werner Fink
On Thu, May 26, 2011 at 08:23:30AM +0200, Ludwig Nussel wrote: > The feature is useful for developers and admins that occasionally need > to boot with e.g. console=ttyS0. > The built in default can be overridden via inittab for each device. An > entry like "S0::off:" turns off the getty on ttyS0. >

Re: [sysvinit-devel] deprecate sysvinit mountpoint(1)

2011-06-21 Thread Dr. Werner Fink
On Tue, Jun 21, 2011 at 01:16:59PM +0200, Werner Fink wrote: > On Tue, Jun 21, 2011 at 12:01:16PM +0200, Karel Zak wrote: > > > > Hi, > > > > I have reimplemented the mountpoint(1) command for libmount. The new > > implementation will be available in the next util-linux release > > (2.20). I

Re: [sysvinit-devel] deprecate sysvinit mountpoint(1)

2011-06-21 Thread Dr. Werner Fink
On Tue, Jun 21, 2011 at 12:01:16PM +0200, Karel Zak wrote: > > Hi, > > I have reimplemented the mountpoint(1) command for libmount. The new > implementation will be available in the next util-linux release > (2.20). I think that the command should be maintained in the same > place as mount(

[sysvinit-devel] deprecate sysvinit mountpoint(1)

2011-06-21 Thread Karel Zak
Hi, I have reimplemented the mountpoint(1) command for libmount. The new implementation will be available in the next util-linux release (2.20). I think that the command should be maintained in the same place as mount(8) command. Would be possible to disable the old version in sysvinit su