On Thu, Nov 11, 2010 at 00:37, Lennart Poettering <[email protected]> wrote: > On Wed, 03.11.10 22:49, Andrew Edmunds ([email protected]) wrote:
>> 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')')m4_dnl >> > m4_ifdef(`TARGET_UBUNTU', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl >> > m4_ifdef(`TARGET_GENTOO', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl >> > m4_ifdef(`TARGET_ARCH', `m4_define(`GETTY', `/sbin/agetty -8 >> > 38400')')m4_dnl >> >> This code should be duplicated into [email protected], or >> pulled out into configure.ac so that it can be used by both units. >> Currently [email protected] tries to invoke /sbin/agetty on >> Debian/Ubuntu, which doesn't exist. > > 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. Michael, any chance to check if it's possible to avoid the mangling of common util-linux tool names, and get a symlink in Debian package? After that we can drop the ifdef stuff here. Thanks, Kay _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
