summaryrefslogtreecommitdiff
path: root/src/shared/install.c
AgeCommit message (Expand)Author
2017-02-10install: never hit assert() when we can't figure out where to write configura...Lennart Poettering
2017-02-10install: when disabling units, do so even if the unit is missingLennart Poettering
2017-02-07install: remove some unused parameters from various functions in install.cLennart Poettering
2017-02-07install: when a template unit is instantiated via a /usr symlink, consider it...Lennart Poettering
2017-02-07install: don't enter loop when traversing a template symlinksLennart Poettering
2017-01-09shared: check strdup != NULLEvgeny Vereshchagin
2017-01-09shared: fix double free in linkEvgeny Vereshchagin
2017-01-03shared: fix double free in unmask (#5005)Jan Synacek
2016-12-29systemctl: permit "enable" and "add-wants" without any instances (#4992)Lennart Poettering
2016-11-03Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering
2016-10-24shared, systemctl: teach is-enabled to show installation targetsJan Synacek
2016-10-24install: introduce UnitFileFlagsJan Synacek
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-19Merge pull request #4390 from keszybz/install-specifiersLennart Poettering
2016-10-18shared/install: report invalid unit files slightly betterZbigniew Jędrzejewski-Szmek
2016-10-18shared/install: resolve specifiers in Also=Zbigniew Jędrzejewski-Szmek
2016-10-18shared/install: provide more info if install_info_traverse_failsZbigniew Jędrzejewski-Szmek
2016-10-18shared/install: in install_context_mark_for_removal ignore not found unitsZbigniew Jędrzejewski-Szmek
2016-10-17shared/install: do not break loop when we enounter a dangling symlinkZbigniew Jędrzejewski-Szmek
2016-10-16tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek
2016-10-16shared/install: use _cleanup_free_Zbigniew Jędrzejewski-Szmek
2016-10-10install: let's always refer to the actual setting in errorsLennart Poettering
2016-09-10shared/install: fix set-default with empty root (#4118)Zbigniew Jędrzejewski-Szmek
2016-08-30install: fix disable when /etc/systemd/system is a symlinkLukas Nykryn
2016-08-21shared/install: do not enable masked instances (#4005)Zbigniew Jędrzejewski-Szmek
2016-08-19shared/install: properly report masked units listed in Also=Zbigniew Jędrzejewski-Szmek
2016-08-19shared/install: when creating symlinks, keep existing relative symlinksZbigniew Jędrzejewski-Szmek
2016-08-19shared/install: move root skipping into create_symlink()Zbigniew Jędrzejewski-Szmek
2016-08-19shared/install: ignore unit symlinks when doing preset-allZbigniew Jędrzejewski-Szmek
2016-08-19shared/install: remove unused paramater and add more commentsZbigniew Jędrzejewski-Szmek
2016-08-19systemctl: fix preset-all with missing /etc/systemd/systemZbigniew Jędrzejewski-Szmek
2016-08-09install: follow config_path symlink (#3362)Rhys
2016-07-25shared/install: allow "enable" on linked unit files (#3790)Zbigniew Jędrzejewski-Szmek
2016-06-15load-fragment: ignore ENOTDIR/EACCES errors (#3510)Zbigniew Jędrzejewski-Szmek
2016-05-09tree-wide: rename draw_special_char to special_glyphZbigniew Jędrzejewski-Szmek
2016-05-09shared/install: use "→" instead of "pointing to" for a symlinkZbigniew Jędrzejewski-Szmek
2016-05-09shared/install: do not print warning when a unit is already enabledZbigniew Jędrzejewski-Szmek
2016-05-09shared/install: handle dangling aliases as an explicit case, report nicelyZbigniew Jędrzejewski-Szmek
2016-05-09shared/install: add some more debug messages and commentsZbigniew Jędrzejewski-Szmek
2016-05-07shared/install: simplify error handling conditionals in a few placesZbigniew Jędrzejewski-Szmek
2016-05-03Merge pull request #3183 from crawford/preset-arrayZbigniew Jędrzejewski-Szmek
2016-05-03install: cache the presets before evaluatingAlex Crawford
2016-05-01shared/install: refuse template files for non-templateable unitsZbigniew Jędrzejewski-Szmek
2016-05-01shared/install: warn about DefaultInstance in non-template unitsZbigniew Jędrzejewski-Szmek
2016-05-01Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek
2016-05-01shared/install: ignore Alias in [Install] of units which don't allow aliasesZbigniew Jędrzejewski-Szmek
2016-05-01Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek
2016-04-29core: Filter by unit name behind the D-Bus, instead on the client side (#3142)kayrus
2016-04-28install: upgrade message to a warningAlex Crawford
2016-04-22treewide: fix typos (#3092)Torstein Husebø