summaryrefslogtreecommitdiff
path: root/src/shared/install.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13906 from yuwata/drop-missing-take2Zbigniew Jędrzejewski-Szmek2019-11-041-3/+0
|\
| * tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-1/+0
| * tree-wide: drop dirent.h when dirent-util.h is includedYu Watanabe2019-11-041-1/+0
| * tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* | allow an empty DefaultInstance= in configuration filesJérémy Rosen2019-11-041-0/+5
|/
* shared/install: fix error codes returned by install_context_apply()Franck Bui2019-09-241-1/+1
* shared/install: typoZbigniew Jędrzejewski-Szmek2019-07-291-1/+1
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-20/+1
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-221-4/+4
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-4/+4
* | path-util: get rid of prefix_root()Lennart Poettering2019-06-211-3/+3
|/
* codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2
* shared/install: try even harder to make sure variable is initalizedZbigniew Jędrzejewski-Szmek2019-03-261-4/+4
* tree-wide: constify a few static string tablesLennart Poettering2019-03-251-1/+1
* shared/install: Preserve escape characters for escaped unit namesDavid Michael2019-03-201-1/+1
* shared/install: do not use a temporary variable outside of its scopeZbigniew Jędrzejewski-Szmek2019-02-281-8/+3
* Introduce CONF_PATHS_USR_STRV to mirror CONF_PATHS_STRVZbigniew Jędrzejewski-Szmek2019-02-181-18/+5
* shared/install: generate list of files in separate functionZbigniew Jędrzejewski-Szmek2019-02-181-8/+19
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-3/+3
* Merge pull request #11143 from keszybz/enable-symlinkLennart Poettering2018-12-161-26/+41
|\
| * shared/install: ignore symlinks which have lower priority than the unit fileZbigniew Jędrzejewski-Szmek2018-12-131-6/+23
| * shared/install: add some more debugging infoZbigniew Jędrzejewski-Szmek2018-12-131-2/+8
| * shared/install: remove two conditionals which are always falseZbigniew Jędrzejewski-Szmek2018-12-131-14/+6
| * shared/install: mark UnitFileInstallInfo* as const where appropriateZbigniew Jędrzejewski-Szmek2018-12-121-6/+6
* | locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-1/+1
* | tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-1/+1
|/
* Merge pull request #10892 from mbiebl/revert-systemctl-runtime-unmask-breakageZbigniew Jędrzejewski-Szmek2018-12-121-75/+87
|\
| * Revert "systemctl: when removing enablement or mask symlinks, cover both /run...Michael Biebl2018-11-271-75/+87
* | tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-2/+2
* | tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-2/+2
* | install: when enabling a template unit without DefaultInstance= nor specified...Lennart Poettering2018-11-281-1/+5
* | install: use structured initializersLennart Poettering2018-11-281-3/+6
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+7
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering2018-10-311-1/+1
* install: pass encountered error number to log_syntax()Lennart Poettering2018-10-181-1/+1
* install: FOREACH_LINE excorcismLennart Poettering2018-10-181-2/+9
* shared/install: avoid overwriting 'r' counter with a partial resultZbigniew Jędrzejewski-Szmek2018-10-021-3/+3
* install: small refactor to combine two function calls into one functionRuixin Bao2018-08-271-31/+30
* install: allow instantiated units to be enabled via presetsRuixin Bao2018-08-271-19/+136
* install: fix error handling in is_symlink_with_known_name()Yu Watanabe2018-06-251-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: unify how we define bit mak enumsLennart Poettering2018-06-121-3/+3
* Merge pull request #9147 from keszybz/runtime-enablementLennart Poettering2018-06-041-97/+78
|\
| * systemctl: when removing enablement or mask symlinks, cover both /run and /etcZbigniew Jędrzejewski-Szmek2018-06-011-87/+75
| * Fix reporting of enabled-runtime unitsZbigniew Jędrzejewski-Szmek2018-05-311-10/+3
* | path-util: introduce path_simplify()Yu Watanabe2018-06-031-4/+4
|/
* install: export unit_file_lookup_state()Lennart Poettering2018-05-241-3/+1