.gitignore
0001-F18-units-don-t-always-use-sulogin-in-rescue.service.patch
0002-F18-Revert-service-sysv-remove-distribution-specific.patch
0003-F18-re-add-http-daemon.target.patch
0004-F18-bring-back-single.service.patch
0005-F18-Revert-udev-network-device-renaming-immediately-.patch
0006-F18-explain-what-happened-to-systemctl-dot.patch
0007-F18-Make-predictable-net-names-opt-in-instead-of-opt.patch
0008-keymap-Add-HP-EliteBook-8460p.patch
0009-keymap-Fix-typo-in-previous-commit.patch
0010-shutdown-print-a-nice-message-before-returning-to-in.patch
0011-units-fix-some-left-over-mentions-of-remote-fs-setup.patch
0012-logind-avoid-creating-stale-session-state-files.patch
0013-F18-main-downgrade-message-about-failure-to-isolate-.patch
0014-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
0015-F18-ship-a-dummy-syslog.target.patch
0016-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch
0017-do-not-change-console-to-non-unicode-for-LANG-C.patch
0018-journal-fix-off-by-one-error-in-native-message-iovec.patch
0019-core-device.c-fix-possible-segfault.patch
0020-F18-sysctl-give-files-with-later-names-precedence-ov.patch
0021-cryptsetup-set-the-timeout-to-0-by-default.patch
0022-man-document-that-timeout-0-is-the-default-for-entri.patch
0023-cryptsetup-generator-add-support-for-rd.luks.key.patch
0024-crypt-setup-generator-correctly-check-return-of-strd.patch
0025-logind-dbus-initialize-result-variable.patch
0026-nss-myhostname-ensure-that-glibc-s-assert-is-used.patch
0027-build-sys-prevent-library-underlinking.patch
0028-hwdb-update.patch
0029-hwdb-update.patch
0030-hwdb-update.patch
0031-conf-parser-generate-7-parsing-functions-from-a-macr.patch
0032-core-main-generate-4-parsing-functions-from-a-macro.patch
0033-Report-about-syntax-errors-with-metadata.patch
0034-core-let-s-make-our-log-messages-proper-sentences-wi.patch
0035-core-log-a-few-more-things-under-UNIT.patch
0036-Move-bus_error-to-dbus-common-and-remove-bus_error_m.patch
0037-unit-rework-trigger-dependency-logic.patch
0038-timer-make-sure-we-restart-timers-even-if-units-are-.patch
0039-logind-don-t-busy-loop-if-a-job-is-still-running-but.patch
0040-core-remove-duplicate-MESSAGE-from-log-message.patch
0041-man-clarify-what-Restart-means.patch
0042-man-improve-documentation-for-specifiers.patch
0043-dbus-execute-fix-introspection.patch
0044-unit-rework-stop-pending-logic.patch
0045-core-bump-simultaneous-bus-connection-limit-to-512.patch
0046-hwdb-update.patch
0047-core-unit_inactive_or_pending-should-actually-do-as-.patch
0048-man-correct-SIGUSR1-semantics-for-journald.patch
0049-man-clarify-behaviour-of-Also-in-unit-files.patch
0050-man-fix-typos-in-systemd.special.patch
0051-core-escape-unit-name-from-udev.patch
0052-journald-be-more-careful-when-we-try-to-flush-the-ru.patch
90-default.preset
90-display-manager.preset
README.Fedora-18
kernel-install-grubby.patch
listen.conf
macros.systemd
sources
systemd.spec
yum-protect-systemd.conf
make-git-snapshot.sh
systemd-sysv-convert
README.Fedora-18
Fedora 18 was released with systemd-195. In subsequent F18 updates systemd has been rebased to a newer upstream version. Several of the upstream changes could introduce incompatible behavior within a Fedora release. Care has been taken to avoid adding such changes in the stable Fedora updates. This leads to the following areas where systemd in Fedora 18 differs from the upstream version: - rescue.service can start sushell if configured so by /etc/sysconfig/init. Upstream supports only sulogin. - http-daemon.target, mail-transfer-agent.target, the LSB facilities "httpd", "MTA", "smtpdaemon", "mail-transfer-agent", "mail-transport-agent", "smtp", "x-display-manager" were removed upstream, but they are preserved in Fedora 18. - The alias "single.service" for "rescue.service" is provided. - A hacky workaround that allows udev to rename network interfaces into kernel's ethX namespace has been re-added. This is to support users who still rely on udev rules such as 70-persistent-net.rules generated in previous Fedora releases to name their network interfaces. Note that the workaround is only temporary and will go away in a future Fedora release. Also note that due to unavoidable race conditions, the workaround can still fail occasionally (causing network interfaces to be named renameX). To be on the safe side it is recommended to change any present network interface naming udev rules to use network interface names that cannot collide with kernel generated names as soon as possible. - Though "systemctl dot" does not work anymore, at least it prints an advice to use "systemd-analyze dot" instead. - The udev support for predictable network interface names is present, but it is not enabled by default. Users interested in the feature have to opt-in by passing the parameter "net.ifnames=1" on the kernel command line. - A persistent journal is not created by default. Users may opt-in by creating /var/log/journal with appropriate ACLs manually: mkdir /var/log/journal setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ - A dummy syslog.target unit is provided in F18 as a workaround for broken unit files that have requirement dependencies (such as Requires) on it. The units must be fixed for future Fedora releases. - The precedence rules for sysctl.d files are inverted. Files with lexically later names override files with earlier names. - The Fedora package contains bugfixes and minor features cherry-picked from later upstream versions than the RPM package version indicates.