summaryrefslogtreecommitdiff
path: root/units/multi-user.target.m4
AgeCommit message (Collapse)Author
2011-03-18units: we no longer need m4 to build graphical.target or multi-user.taregtLennart Poettering
2011-03-18units: get rid of runlevel Names=, the symlinks in /lib/systemd/system are ↵Lennart Poettering
much more useful
2011-03-08build-sys: add Mandriva distribution supportsystemd/v20Andrey Borzenkov
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
2011-02-08build-sys: initial support ALTLinuxAlexey Shabalin
Hi all! I added basic support for ALTLinux. Please see patch or http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=shortlog;h=refs/heads/altlinux Thanks.
2010-10-29units: make fedora/single.service standard and rename it to rescue.serviceLennart Poettering
2010-10-25ubuntu: Treat Ubuntu as a distinct distro in configure.ac etcAndrew Edmunds
Previously Ubuntu was treated as being equivalent to Debian, but the two distributions require different behaviour in certain places. This commit does not change the behaviour of systemd on either distro but it creates a framework for changes to be introduced by later commits. The following previously meant "Target is Debian or Ubuntu". * configure option "--with-distro=debian" * C preprocessor symbol "TARGET_DEBIAN" * Automake conditional "TARGET_DEBIAN" After this commit, all of the above are redefined to mean "Target is Debian" The following are introduced to mean "Target is Ubuntu". * configure option "--with-distro=ubuntu" * C preprocessor symbol "TARGET_UBUNTU" * Automake conditional "TARGET_UBUNTU" Most code written for Debian will also be applicable to Ubuntu. An extra Automake conditional "TARGET_DEBIAN_OR_UBUNTU" is introduced to avoid duplication of code that would otherwise occur. This commit updates configure.ac, Makefile.am and distro-specific source files in line with the above definitions.
2010-09-08units: On Debian Runlevel 2, 3, 4 and 5 are multi-userMichael Biebl
Patch by Tollef Fog Heen <tfheen@err.no> Extended to re-create the runlevel5.target symlink by Michael Biebl <biebl@debian.org>
2010-08-30unit: introduce AllowIsolate= switchLennart Poettering
2010-08-26units: don't install runlevel links anymore, since thsoe are maintained in ↵Lennart Poettering
/lib now
2010-07-13units: rely only on isolate to remove running services when entering ↵Lennart Poettering
rescue/emergency modes
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-07units: in order to make the default services parseable by GKeyFile, merge ↵Lennart Poettering
repeated lines
2010-06-18unit: add [Install] section to various service filesLennart Poettering
2010-05-20units: SUSE supportKay Sievers
2010-05-19shorten copyright header of configuration filesLennart Poettering
2010-05-17units: add a couple of Conflicts to make boot targets exclusiveLennart Poettering
2010-05-17units: fix commentingLennart Poettering
2010-05-17units: add distribution-specific unitsLennart Poettering