[systemd-devel] Trying systemd in Fedora 14

2010-11-03 Thread Felix Braun
Hi there, while systemd wasn't chosen as a default init system for F14, it is included in the repositories. That way, it was argued, more people could give it a try and potentially discover shortcomings before it would be made the default. I would like to give systemd a spin and have installed

Re: [systemd-devel] [email protected] and [email protected]

2010-11-03 Thread Tomasz Torcz
On Wed, Nov 03, 2010 at 10:49:11PM +1000, Andrew Edmunds wrote: > > Incidentally, HP-UX used to have (possibly still has) a nice feature > where getty would normally be started at the end of the boot sequence > but you could press the Break key to start it immediately, if an > init script was hang

[systemd-devel] [email protected] and [email protected]

2010-11-03 Thread Andrew Edmunds
Hi, A few points about these two source files. 1. [email protected] has: > m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl > m4_ifdef(`TARGET_SUSE', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl > m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')