Harald Hoyer
b8ca67280f
fix(systemd-coredump): shellcheck for modules.d/01systemd-coredump
4 years ago
Harald Hoyer
9a52c3fdb0
style: shfmt reformat
...
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64 " -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
4 years ago
Jóhann B. Guðmundsson
5cd1a9fb13
fix: cosmetic comment fixes
...
This rephrases a comment in the check() as requested on another PR
and generalizes the install() section comments on par with other recent
module changes.
4 years ago
Harald Hoyer
16efdfa25c
fix: revise all module checks
...
1. no module checks for modules which are in depends()
2. no `derror` for optional (255) modules checking for dependencies
3. fix dbus meta module
4 years ago
Harald Hoyer
1914a2eba1
fix: add missing line continuation
4 years ago
Harald Hoyer
d1c8083b3a
fix: correct the line continuation
...
Comments will break bash line continuation.
Also added some missing line continuation here and there.
4 years ago
Jóhann B. Guðmundsson
939b7e11d5
feat(systemd-coredump): introducing systemd-coredump module
...
This pull request introduces systemd-coredump as a seperated
module and adds the systemdutilconfdir global variable.
4 years ago