summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: add entry for the unit enablement stuffv251-rc1Zbigniew Jędrzejewski-Szmek2022-03-291-8/+16
* test-systemctl-enable: skip test for %v if kver is not a valid instanceZbigniew Jędrzejewski-Szmek2022-03-291-1/+2
* test-copy: use non-0 data block in copy_holesнаб2022-03-291-1/+2
* Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me...Zbigniew Jędrzejewski-Szmek2022-03-2978-1361/+2492
|\
| * Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-2953-538/+535
| * test-systemctl-enable: disable the test for %a for nowZbigniew Jędrzejewski-Szmek2022-03-291-1/+3
| * test-systemctl-enable: also use freshly-built systemd-id128Zbigniew Jędrzejewski-Szmek2022-03-292-11/+15
| * test-systemctl-enable: use magic syntax to allow inverted testsZbigniew Jędrzejewski-Szmek2022-03-291-37/+39
| * shared/install: when creating symlinks, accept different but equivalent symlinksZbigniew Jędrzejewski-Szmek2022-03-292-17/+81
| * test-systemctl-enable: make shellcheck happyZbigniew Jędrzejewski-Szmek2022-03-291-38/+38
| * shared/install: fix handling of a linked unit fileZbigniew Jędrzejewski-Szmek2022-03-292-5/+11
| * shared/install: split UNIT_FILE_SYMLINK into two statesZbigniew Jędrzejewski-Szmek2022-03-293-8/+15
| * basic/unit-file: reverse negative conditionalZbigniew Jędrzejewski-Szmek2022-03-291-16/+16
| * shared/install: stop passing duplicate root argument to install_name_printf()Zbigniew Jędrzejewski-Szmek2022-03-294-11/+9
| * shared/install: when looking for symlinks in .wants/.requires, ignore symlink...Zbigniew Jędrzejewski-Szmek2022-03-291-33/+60
| * shared/install: create relative symlinks for enablement and aliasingZbigniew Jędrzejewski-Szmek2022-03-293-102/+105
| * shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o...Zbigniew Jędrzejewski-Szmek2022-03-292-3/+33
| * shared/install: skip unnecessary chasing of symlinks in disableZbigniew Jędrzejewski-Szmek2022-03-291-18/+25
| * test-systemctl-enable: enhance the test for unit file linkingZbigniew Jędrzejewski-Szmek2022-03-291-3/+36
| * shared/install: do not try to resolve symlinks outside of root directoryZbigniew Jędrzejewski-Szmek2022-03-291-1/+1
| * shared/install: when we fail to chase a symlink, show some logsZbigniew Jędrzejewski-Szmek2022-03-291-0/+3
| * test-systemctl-enable: extend the test for repeated WantedBy/RequiredByZbigniew Jędrzejewski-Szmek2022-03-291-4/+18
| * shared/install: fix reenable on linked unit filesZbigniew Jędrzejewski-Szmek2022-03-293-15/+68
| * shared/install: split unit_file_{disable,enable}() so _reenable doesn't do se...Zbigniew Jędrzejewski-Szmek2022-03-291-33/+72
| * install: when linking a file, create the link first or abortZbigniew Jędrzejewski-Szmek2022-03-292-11/+10
| * man: fix invalid description of template handling in WantedBy=Zbigniew Jędrzejewski-Szmek2022-03-292-28/+74
| * shared/install: also check for self-aliases during installation and ignore themZbigniew Jędrzejewski-Szmek2022-03-293-20/+21
| * systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-2914-105/+88
| * shared/install: return failure when enablement fails, but process as much as ...Zbigniew Jędrzejewski-Szmek2022-03-292-23/+26
| * shared/install: propagate errors about invalid aliases and such tooZbigniew Jędrzejewski-Szmek2022-03-296-56/+88
| * shared/install: simplify unit_file_dump_changes()Zbigniew Jędrzejewski-Szmek2022-03-291-36/+27
| * shared/specifier: fix %u/%U/%g/%G when called as unprivileged userZbigniew Jędrzejewski-Szmek2022-03-2911-104/+155
| * shared/install: move scope into InstallContextZbigniew Jędrzejewski-Szmek2022-03-291-195/+191
| * shared/install: provide proper error messages when invalid specifiers are usedZbigniew Jędrzejewski-Szmek2022-03-292-31/+20
| * shared/specifier: provide proper error messages when specifiers fail to read ...Zbigniew Jędrzejewski-Szmek2022-03-294-39/+82
| * shared/specifier: clarify and add test for missing dataZbigniew Jędrzejewski-Szmek2022-03-292-1/+17
| * man/os-release: add a note about repeating entriesZbigniew Jędrzejewski-Szmek2022-03-291-0/+4
| * basic/env-file: make load-env-file deduplicate entries with the same keyZbigniew Jędrzejewski-Szmek2022-03-293-13/+26
| * test-os-util: add basic tests for os-release parsingZbigniew Jędrzejewski-Szmek2022-03-291-0/+62
| * basic: add new variable $SYSTEMD_OS_RELEASE to override location of os-releaseZbigniew Jędrzejewski-Szmek2022-03-293-7/+26
| * man: clarify the descriptions of aliases and linked unit filesZbigniew Jędrzejewski-Szmek2022-03-291-15/+43
| * tests: add helper for creating tempfiles with contentZbigniew Jędrzejewski-Szmek2022-03-294-73/+44
| * test: add test for systemctl link & enableZbigniew Jędrzejewski-Szmek2022-03-293-1/+532
| * shared/install: add a bit more quotingZbigniew Jędrzejewski-Szmek2022-03-291-11/+11
| * shared/install: reuse the standard symlink verification subroutineZbigniew Jędrzejewski-Szmek2022-03-293-77/+75
| * basic/stat-util: add null_or_empty_path_with_root()Zbigniew Jędrzejewski-Szmek2022-03-293-6/+39
| * basic/unit-file: split out the subroutine for symlink verificationZbigniew Jędrzejewski-Szmek2022-03-291-63/+96
* | Merge pull request #22871 from yuwata/udev-worker-error-codeZbigniew Jędrzejewski-Szmek2022-03-294-24/+98
|\ \
| * | test: add tests for worker error codeYu Watanabe2022-03-301-2/+22
| * | udev: append error code in broadcasted messageYu Watanabe2022-03-301-22/+54