chiark / gitweb /
build-sys: add Mandriva distribution support v20
authorAndrey Borzenkov <arvidjaar@gmail.com>
Tue, 8 Mar 2011 18:47:29 +0000 (19:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 8 Mar 2011 18:47:36 +0000 (19:47 +0100)
commit1de4d79bf554946f486adf56ed765c5335816f15
tree1a9959d84694b23fde107f59e74b3fab98be9e50
parent6e25b33cddf77c90d351dee6442c51bd19e2b7a8
build-sys: add Mandriva distribution support

This merges several separate patches that I carry as part of
Mandriva systemd RPM. They touch those parts that are very
unlikely to be changed in near future and do not impose any
functionality change for systemd core. I also think it is
useful for troubleshooting to have real distribution name in
system logs, espicially when someone reports problem upstream.

The patch looks bigger than sum of replaced patches because

- previous patches were applied on top of distro=fedora, now
I need to add all those bits for distro=mandriva as well

- part of patch was done as spec file magic, but it seems more
logical to ship all these bits together
16 files changed:
Makefile.am
configure.ac
src/fsck.c
src/hostname-setup.c
src/locale-setup.c
src/quotacheck.c
src/service.c
src/systemctl.c
src/util.c
src/vconsole-setup.c
units/getty@.service.m4
units/graphical.target.m4
units/mandriva/prefdm.service [new file with mode: 0644]
units/multi-user.target.m4
units/rescue.service.m4
units/serial-getty@.service.m4