summaryrefslogtreecommitdiffstats
path: root/units/systemd-localed.service.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-13TODOLennart Poettering1-0/+4
2012-02-13configure.ac: fix whitespaceKay Sievers1-16/+16
2012-02-13always use /etc/os-release and ignore all distro-specific filesKay Sievers2-151/+5
The text mode welcome message will only show the distro name stored in /etc/os-release and no longer read any distro-specific files. If /etc/os-release does not exist, 'Linux' will be printed. When the source tree is is ./configure'd, only /etc-os-release is read to guess the distro to build for. If /etc/os-release does not exist, --with-distro= needs to be specified.
2012-02-13build-sys: simplify ENABLE_MANPAGESKay Sievers1-12/+1
2012-02-13build-sys: do not use split-/usr in distcheckKay Sievers1-1/+2
2012-02-11build-sys: publish man pages also on fdov42Lennart Poettering1-0/+1
2012-02-11build-sys: prepare 42Lennart Poettering3-4/+25
2012-02-11TODOLennart Poettering1-0/+2
2012-02-11l10n: Updated Polish translationPiotr Drąg1-3/+12
2012-02-11build-sys: Support explicitly specifying --enable-split-usr.Michał Górny1-5/+12
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45875
2012-02-11util: fix handling of empty files in read_one_line_file()Lennart Poettering1-5/+12
https://bugs.freedesktop.org/show_bug.cgi?id=45362
2012-02-11logind: introduce CanReboot/CanPowerOff bus callsLennart Poettering7-36/+125
2012-02-10build-sys: minor typo fixLennart Poettering1-1/+1
2012-02-10man: make building of man pages optionalLennart Poettering2-0/+21
2012-02-10journal: add CAP_SETUID and CAP_SETGID to capabilities for journald, so that ↵Lennart Poettering1-1/+1
we can fake SCM_CREDENTIALS
2012-02-10cgroup: fix inverted conditionMichal Schmidt1-1/+1
A bug was introduced in acb14d3 "cgroup: when getting cgroup empty notifications, always search up the tree". When the given cgroup is found the hashmap, we should be happy and return it, not go looking up the tree for another one. Fixes the hanging NetworkManager on shutdown for me.
2012-02-10logind: make seat device management accessible to normal users/via polkitLennart Poettering1-0/+8
2012-02-10logind: Allow PowerOff/Reboot in default contextBenjamin Franzke1-0/+8
2012-02-09main: fix reexecution of systemd, use right path to binaryLennart Poettering2-1/+3
2012-02-09kmod-setup: fix build with libkmodFrederic Crozat1-6/+6
2012-02-09service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering2-5/+22
2012-02-09man: document restart optionsLennart Poettering1-4/+67
2012-02-09service: add StartLimitInterval/StartLimitBurst/StartLimitActionMichael Olbrich6-6/+89
2012-02-09man: Clarify man page with respect to automatic fstab dependenciesBill Nottingham1-3/+5
Automatic mounts will be added if 'MountAuto=yes' is in system.conf, regardless of whether comment=systemd.mount is set.
2012-02-09install: fix incorrect 'Access denied' message with a non-existent unitMichal Schmidt1-1/+1
With "systemctl is-enabled non-existent.service" _UNIT_FILE_STATE_INVALID (-1) was wrongly interpreted as -errno. Return -ENOENT in this case. https://bugzilla.redhat.com/show_bug.cgi?id=766579
2012-02-09systemctl: check for no more work after chkconfigMichal Schmidt1-2/+5
Avoid a bogus message from 'systemctl enable ...' when all units given are SysV services: Warning: unit files do not carry install information. No operation executed. https://bugzilla.redhat.com/show_bug.cgi?id=787407
2012-02-09service: ignore SIGPIPE by defaultv41Lennart Poettering14-5/+40
2012-02-09update TODOLennart Poettering1-0/+2
2012-02-09journal: limit caps we pass to journaldLennart Poettering2-1/+3
2012-02-09modules-load: resolve aliases before insert modulesDave Reisner1-13/+21
This keeps behavior in line calling /sbin/modprobe -- aliases will be resolved to the relevant modules, and errors from inserting modules which are already loaded are ignored.
2012-02-09build-sys: get rid of a few unnecessary AC_SUBST callsLennart Poettering1-16/+0
2012-02-09kmod: make GCC shut upLennart Poettering2-1/+6
2012-02-09man: document x-systemd-device-timeout=Lennart Poettering1-7/+16
2012-02-09build-sys: prepare release 41Lennart Poettering2-1/+20
2012-02-09man: fix XMLLennart Poettering1-1/+1
Spotted by Sergey Ptashnick.
2012-02-09modules-load: use libkmod rather than modprobeTom Gundersen3-40/+38
2012-02-09kmod-setup: use libkmod rather than modprobeTom Gundersen4-31/+47
2012-02-08update TODOLennart Poettering1-0/+2
2012-02-08ratelimit: if interval/burst are set to 0, assume ratelimiting shall be disabledLennart Poettering1-4/+5
2012-02-08man: document the WATCHDOG_USEC environment variableLennart Poettering1-11/+17
2012-02-08service: set WATCHDOG_USEC environmen variableMichael Olbrich1-0/+6
2012-02-08service: introduce WatchdogSec and hook up the watchdog with the existing ↵Michael Olbrich5-2/+68
failure logic
2012-02-08man: document systemd.setenv=Lennart Poettering1-0/+16
2012-02-08systemd: Add systemd.setenv for /proc/cmdline parsing.William Douglas1-0/+20
Check for systemd.setenv when parsing /proc/cmdline. ex: systemd.setenv=PATH=/opt/bin
2012-02-08move /usr/bin/systemd to /usr/lib/systemd/systemdKay Sievers4-3/+8
2012-02-07logind: Terminate bus_login_session_user_propertiesBenjamin Franzke1-0/+1
Fixes segfault in systemd-logind, triggered by: systemd-loginctl show-session $XDG_SESSION_ID. Bug introduced by d200735e13c52dcfe36c0e066f9f6c2fbfb85a9c, so only systemd v39 is affected.
2012-02-07logind: fix introspection dataLennart Poettering1-3/+3
2012-02-07logind: introduce ActivateSessionOnSeat()Lennart Poettering2-0/+43
2012-02-07ratelimit: fix macro definitionLennart Poettering1-1/+1
2012-02-07main: use a shorter default $PATH if /usr is mergedLennart Poettering2-5/+16