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

2010-11-16 Thread Ludwig Nussel
Lennart Poettering wrote: > On Tue, 16.11.10 09:36, Ludwig Nussel ([email protected]) wrote: > > Lennart Poettering wrote: > > > On Mon, 15.11.10 16:50, Ludwig Nussel ([email protected]) wrote: > > > > > > > > Fixed this now. Ideally Debian/Ubuntu would stop renaming agetty like > > > > >

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

2010-11-16 Thread Andrey Borzenkov
On Wed, Nov 17, 2010 at 1:15 AM, Lennart Poettering wrote: > On Tue, 16.11.10 09:36, Ludwig Nussel ([email protected]) wrote: > >> >> Lennart Poettering wrote: >> > On Mon, 15.11.10 16:50, Ludwig Nussel ([email protected]) wrote: >> > >> > > > Fixed this now. Ideally Debian/Ubuntu would st

[systemd-devel] [ANNOUNCE] systemd v12

2010-11-16 Thread Lennart Poettering
Heya, http://www.freedesktop.org/software/systemd/systemd-12.tar.bz2 Quite a number of new features. I'll probably do another blog story about all of this one of the next days. Here's the exciting stuff, and below the detailed stuff: - Bash completion support for systemctl - Handling of cryttab,

Re: [systemd-devel] [PATCH] Don't require vala if gtk is disabled

2010-11-16 Thread Kay Sievers
On Tue, Nov 16, 2010 at 23:50, Lucas De Marchi wrote: > On Tue, Nov 16, 2010 at 8:04 PM, Lennart Poettering > wrote: >> On Tue, 16.11.10 11:47, Lucas De Marchi ([email protected]) >> wrote: >> >> Vala is actually not required for building the tarball, since the >> tarball includes ge

Re: [systemd-devel] [PATCH] Don't require vala if gtk is disabled

2010-11-16 Thread Lucas De Marchi
On Tue, Nov 16, 2010 at 8:04 PM, Lennart Poettering wrote: > On Tue, 16.11.10 11:47, Lucas De Marchi ([email protected]) wrote: > > Vala is actually not required for building the tarball, since the > tarball includes generated code. However, we do require people who build > from git to

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

2010-11-16 Thread Lennart Poettering
On Tue, 16.11.10 09:36, Ludwig Nussel ([email protected]) wrote: > > Lennart Poettering wrote: > > On Mon, 15.11.10 16:50, Ludwig Nussel ([email protected]) wrote: > > > > > > Fixed this now. Ideally Debian/Ubuntu would stop renaming agetty like > > > > this, or at least do it via symlin

Re: [systemd-devel] [PATCH] Don't require vala if gtk is disabled

2010-11-16 Thread Lennart Poettering
On Tue, 16.11.10 11:47, Lucas De Marchi ([email protected]) wrote: Vala is actually not required for building the tarball, since the tarball includes generated code. However, we do require people who build from git to have a recent Vala version around, so that the tarballs they can bui

[systemd-devel] [PATCH] Don't require vala if gtk is disabled

2010-11-16 Thread Lucas De Marchi
--- configure.ac |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b37e994..56f9413 100644 --- a/configure.ac +++ b/configure.ac @@ -259,10 +259,10 @@ if test "$have_gtk" = "yes"; then PKG_CHECK_MODULES(LIBNOTIFY, [ libnotify >

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

2010-11-16 Thread Ludwig Nussel
Lennart Poettering wrote: > On Mon, 15.11.10 16:50, Ludwig Nussel ([email protected]) wrote: > > > > Fixed this now. Ideally Debian/Ubuntu would stop renaming agetty like > > > this, or at least do it via symlink only. I'd love to get rid of the > > > differences between the distros here. > >