summaryrefslogtreecommitdiff
path: root/src/core/hostname-setup.c
Commit message (Collapse)AuthorAge
* hostname: only suppress setting of pretty hostname if it is non-equal to the ↵Lennart Poettering2013-05-07
| | | | | | static hostname and if the static hostname is set, too https://bugzilla.redhat.com/show_bug.cgi?id=957814
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14
| | | | | | | Also split out some fileio functions to fileio.c and provide a SELinux aware pendant in fileio-label.c see https://bugzilla.redhat.com/show_bug.cgi?id=881577
* core: drop support for old per-distro configuration files for console, ↵Lennart Poettering2013-01-04
| | | | | | hostname, locale, timezone This simplifies the upstream system code quite a bit. If downstream distributions want to maintain compatibility with their old configuration files, they are welcome to do so, but need to maintain this as patches downstream. The burden needs to be on the distributions to maintain differences here. Our suggestion however is to just convert the old configuration files on upgrade, as multiple distributions already do.
* drop Arch Linux support for reading /etc/rc.confDave Reisner2012-11-03
|
* remove Fedora hostname, locale, vconsole legacy file supportKay Sievers2012-10-24
|
* macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars ↵Lennart Poettering2012-09-13
| | | | and make use of it
* MeeGo: Remove build support for MeeGo distribution.Auke Kok2012-07-09
| | | | | | | | | | | | | The MeeGo distribution is still a supported distribution, but will probably not see an updated version of systemd anymore. Most of the development is focussing on Tizen now, and the generic support for building --with-distro=other is more than adequate enough. This patch removes the support as a custom configuration build target in systemd. People who are still building this for the MeeGo distribution should build as "other" distro.
* hostname-setup: also consider (ńone) an unset hostnameLennart Poettering2012-05-21
|
* hostname: if there's already a hostname set when PID 1 is invoked, don't ↵Lennart Poettering2012-04-22
| | | | complain
* hostname-setup: move to core/Lennart Poettering2012-04-12