summaryrefslogtreecommitdiffstats
path: root/units/multi-user.target.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-21vconsole: make sure we don't merge configuration settings from different sourcesLennart Poettering2-93/+104
2010-09-21locale: make sure we don't merge configuration settings from different sourcesLennart Poettering2-51/+56
2010-09-21locale: unset locale vars that are not set any longerLennart Poettering1-8/+8
2010-09-21locale: never use LC_ALL. It's evil.Lennart Poettering1-11/+9
2010-09-21service: start Arch daemonsTom Gundersen1-0/+66
Arch does not use proper SysV runlevels. Instead /etc/rc.conf contains an array of daemons to load in a multi-user runlevel, and some dependencies between them. This patch enables this behaviour in SystemD (only when compiled with Arch support), which allows SystemD to be a drop in replacement on Arch (modulo some minor bugs). v2: simplified after suggestion from Lennart
2010-09-21socket: Support IPv6-less systems with runtime check.Fabiano Fidencio4-31/+59
This patch introduces socket_ipv6_is_supported() call that checks for IPv6 availability. Code then check for it before using specific calls. In order to be less intrusive, this patch avoids IPv6 entries being parsed at all, this way we don't get such entries in the system and all other code paths are automatically ignored. However an extra check is done at socket_address_listen() to make sure of that. As the number of Netlink messages is not know upfront anymore, loopback-setup.c was refactored to dynamically calculate the sequence number and count. Lennart's suggestions were fixed and squashed with the original patch, that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi).
2010-09-21gentoo: locale-setup supportGustavo Sverzut Barbieri1-0/+26
Use locale variables from /etc/profile.env as Gentoo's openrc runscript does (tool that is used by /etc/init.d/* services).
2010-09-21gentoo: vconsole-setup support.Gustavo Sverzut Barbieri2-5/+64
This patch is a bit bigger than expected since Gentoo being non-standard in some places. 1. it is installing binaries at /usr/bin instead of /bin. 2. it is using CamelCase names for consolefonts. 3. /etc/rc.conf:unicode=(yes|no) just forbids loadkeys and setfont "-u" options, but do not disable the actual kernel default_utf8 from vt module.
2010-09-21ask-password. Initializing socket_fd inside ask_agent.Luis Felipe Strano Moraes1-1/+1
Garbage value could have been used if there was an error creating the password file.
2010-09-21systemctl: make condrestart equivalent to try-restartMichal Schmidt1-3/+3
"condrestart" should be equivalent to "try-restart", i.e. it should be translated into "TryRestartUnit". See http://fedoraproject.org/wiki/Packaging:SysVInitScript#condrestart_and_try-restart Fixes https://bugzilla.redhat.com/show_bug.cgi?id=635780
2010-09-20locale: set LANG on ArchTom Gundersen1-0/+8
This variable is defined in /etc/rc.conf
2010-09-20vconsole: set keyboard mapping and font settings on ArchTom Gundersen1-0/+10
These variables are defined in /etc/rc.conf
2010-09-20random-seed: create parents of RANDOM_SEED if they do not exist.Gustavo Sverzut Barbieri1-0/+5
it may happen that parent directories of RANDOM_SEED do not exist, in that case we must create it otherwise save will not work.
2010-09-20update fixmeLennart Poettering1-0/+4
2010-09-18update fixmeLennart Poettering1-0/+6
2010-09-18vconsole: drop vconsole config file var prefixLennart Poettering1-4/+4
2010-09-18vconsole: more completely cover fedora legacy vconsole configurationLennart Poettering1-0/+15
2010-09-17ask-password: popup notification when we ask for a passwordLennart Poettering3-3/+12
2010-09-17ask-password: extend help text a littleLennart Poettering1-1/+1
2010-09-17ask-password: optionally ask questions on ttyLennart Poettering2-20/+143
2010-09-17ask-password: add minimal framework to allow services query SSL/harddisk ↵Lennart Poettering10-5/+794
passphrases from the user
2010-09-16vconsole: fall back to fedora specific configurationLennart Poettering1-18/+34
2010-09-16util: fix handling of quotes in parse_env_file()Lennart Poettering1-2/+2
2010-09-16locale: initialize locale from /etc/locale by defaultLennart Poettering5-5/+184
2010-09-16vconsole: add new utility to initialize the virtual consoleLennart Poettering11-34/+457
2010-09-15util: use waitid() instead of waitpid() everywhere to avoid confusion due to ↵Lennart Poettering4-15/+20
SIGSTOP
2010-09-15util: introduce waitpid_loop()Lennart Poettering4-22/+39
2010-09-15systemctl: use sizeof() instead of strlen() on literal stringsLennart Poettering1-49/+54
2010-09-15systemctl: split job list writing to a seperate functionZbyszek Szmek1-1/+1
On Tue, Sep 14, 2010 at 10:23:28PM +0200, Lennart Poettering wrote: > On Tue, 07.09.10 17:02, Zbigniew Jędrzejewski-Szmek (zbyszek@in.waw.pl) wrote: > > Urks, now I commited the wrong one... Can you prep an updated patch against > current git? Once more sorry about that. Fix below. Zbyszek
2010-09-15man: document that first param to ExecStart= cannot be variable substitutionLennart Poettering1-2/+5
https://bugzilla.redhat.com/show_bug.cgi?id=630156
2010-09-15mount-setup: fix selinux label after mountingLennart Poettering1-0/+3
rhbz 629268
2010-09-14systemctl: limit some column widths to widest actually usedZbigniew Jędrzejewski-Szmek1-12/+32
old UNIT LOAD ACTIVE SUB JOB dev-hugepages.automount loaded active running Huge Page dev-mqueue.automount loaded active waiting POSIX Mes proc-sys...misc.automount loaded active waiting Arbitrary sys-kern...ebug.automount loaded active running Debug Fil new UNIT LOAD ACTIVE SUB JOB dev-hugepages.automount loaded active running Huge Pages File System Automount Poi dev-mqueue.automount loaded active waiting POSIX Message Queue File System Auto systemd-shutdownd.socket loaded active listening systemd Delayed Shutdown Socket
2010-09-14systemctl: split job list writing to a seperate functionZbigniew Jędrzejewski-Szmek1-77/+78
2010-09-14systemctl: use on_tty() helper everywhereZbigniew Jędrzejewski-Szmek1-2/+2
2010-09-14man: include reference to the interface stability promiseLennart Poettering2-0/+10
2010-09-14util: SIGSTKFLT is unknown on Linux for SPARCLennart Poettering1-1/+3
2010-09-14build-sys: bump versionv10Lennart Poettering1-1/+1
2010-09-14systemctl: use isolate when called as telinit for a runlevelLennart Poettering2-2/+6
2010-09-14manager: log job mode when running jobLennart Poettering1-1/+1
2010-09-14prefdm: make sure we start prefdm only after the getty is killedLennart Poettering1-0/+1
2010-09-14initctl: properly use isolate when activating runlevelsLennart Poettering1-14/+25
2010-09-14target: add implicit target/unit ordering deps only if both sides have been ↵Lennart Poettering3-8/+37
fully loaded
2010-09-14socket: fix output of TCP congestion optionsLennart Poettering2-1/+2
2010-09-14units: make sure the file system is writable before we write utmp dataLennart Poettering2-2/+4
2010-09-14service: fix check for non-LSB filesLennart Poettering1-3/+3
2010-09-14units: add generic description for http-daemon.targetLennart Poettering2-0/+12
2010-09-13service: add generic LSB provides handling for facilitiesLennart Poettering1-2/+4
2010-09-13service: translate 'httpd' LSB Provides into '$httpd' on FedoraLennart Poettering2-1/+3
2010-09-13man: s/triggerin/triggerun/ for rpm upgradesLennart Poettering1-1/+1
https://bugzilla.redhat.com/show_bug.cgi?id=626966
2010-09-13minor nit: printf attribute was removed by -DSD_EXPORT_SYMBOLSRainer Gerhards1-2/+6