summaryrefslogtreecommitdiffstats
path: root/src/shared/install.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysv-generator: initialize LookupPaths just onceZbigniew Jędrzejewski-Szmek2015-03-151-22/+33
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-2/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-2/+2
* path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...Ivan Shapovalov2015-01-051-16/+0
* util: rename ignore_file() to hidden_file()Lennart Poettering2014-12-191-4/+4
* core: properly pass unit file state to clients via the busLennart Poettering2014-12-101-1/+0
* shared: install - report error if mask symlink can not be marked for removalTom Gundersen2014-11-291-10/+5
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* shared/install: when unit contains only Also=, report 'indirect'Jan Synacek2014-11-101-14/+31
* shared/install: avoid prematurely rejecting "missing" unitsDave Reisner2014-10-311-5/+3
* systemctl: do not ignore errors in symlink removalZbigniew Jędrzejewski-Szmek2014-10-251-1/+1
* install, cgtop: adjust hashmap_move_one() callers for -ENOMEM possibilityMichal Schmidt2014-10-231-11/+29
* install: make InstallContext::{will_install,have_installed} OrderedHashmapsMichal Schmidt2014-10-231-20/+20
* systemctl: add add-wants and add-requires verbsLukas Nykryn2014-10-081-9/+93
* core: don't allow enabling if unit is maskedJan Synacek2014-10-071-0/+13
* Rename user_runtime to user_runtime_dirZbigniew Jędrzejewski-Szmek2014-10-021-1/+1
* add a transient user unit directorySteven Allen2014-10-021-18/+19
* shared: fix resource leak in config_parse_default_instanceAndreas Henriksson2014-09-161-1/+3
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-4/+4
* systemctl: fix broken list-unit-files with --rootLukas Nykryn2014-08-271-1/+6
* Revert "systemctl: fix broken list-unit-files with --root"Lennart Poettering2014-08-261-1/+1
* systemctl: fix broken list-unit-files with --rootLukas Nykryn2014-08-251-1/+1
* install: simplify usage of _cleanup_ macrosLennart Poettering2014-08-211-14/+13
* systemctl: fail in the case that no unit files were foundLukas Nykryn2014-08-201-0/+6
* util: allow strappenda to take any number of argsDave Reisner2014-08-141-1/+1
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-0/+3
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-311-4/+3
* Add utility function to append root to pathZbigniew Jędrzejewski-Szmek2014-07-261-42/+15
* Always check asprintf return codeKarel Zak2014-07-261-6/+9
* test-tables: add new entriesZbigniew Jędrzejewski-Szmek2014-07-171-3/+3
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-171-1/+4
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-161-1/+1
* conf-files: include root in returned file pathsMichael Marineau2014-06-201-10/+3
* install: remove unused variableThomas Hindoe Paaboel Andersen2014-06-171-1/+1
* install: improve paths we show the user when enabling/disablingLennart Poettering2014-06-171-0/+4
* install: simplify symlink --root= logicLennart Poettering2014-06-171-44/+15
* install: "systemctl enable" should be a nop for template units lacking a Defa...Lennart Poettering2014-06-171-1/+8
* install: make sure that --root= mode doesn't make us consider all units outsi...Lennart Poettering2014-06-171-4/+37
* install: make sure "systemctl disable foobar@.service" actually removes all i...Lennart Poettering2014-06-171-7/+17
* install: introduce new DefaultInstance= field for [Install] sectionsLennart Poettering2014-06-171-68/+80
* install: when looking for a unit file for enabling, search for templates only...Lennart Poettering2014-06-171-36/+38
* install: use symlink_atomic() instead of unlink()+symlink() when force creati...Lennart Poettering2014-06-171-19/+8
* install: various modernizationsLennart Poettering2014-06-171-25/+22
* install: teach preset query logic --root= supportLennart Poettering2014-06-171-8/+20
* install: beef up preset logic to limit to only enable or only disable, and do...Lennart Poettering2014-06-171-13/+138
* install: simplify and clarify disabling logic for instanced unitsLennart Poettering2014-06-171-22/+28
* install: various modernizationsLennart Poettering2014-06-171-29/+14