diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:42:30 +0000 |
commit | 75808db17caf8b960b351e3408e74142f4c85aac (patch) | |
tree | 7989e9c09a4240248bf4658a22208a0a52d991c4 /t/recipes/checks/systemd/systemd-general/eval | |
parent | Initial commit. (diff) | |
download | lintian-75808db17caf8b960b351e3408e74142f4c85aac.tar.xz lintian-75808db17caf8b960b351e3408e74142f4c85aac.zip |
Adding upstream version 2.117.0.upstream/2.117.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/recipes/checks/systemd/systemd-general/eval')
-rw-r--r-- | t/recipes/checks/systemd/systemd-general/eval/desc | 4 | ||||
-rw-r--r-- | t/recipes/checks/systemd/systemd-general/eval/hints | 19 |
2 files changed, 23 insertions, 0 deletions
diff --git a/t/recipes/checks/systemd/systemd-general/eval/desc b/t/recipes/checks/systemd/systemd-general/eval/desc new file mode 100644 index 0000000..ea97618 --- /dev/null +++ b/t/recipes/checks/systemd/systemd-general/eval/desc @@ -0,0 +1,4 @@ +Testname: systemd-general +Test-Against: + omitted-systemd-service-for-init.d-script +Check: systemd diff --git a/t/recipes/checks/systemd/systemd-general/eval/hints b/t/recipes/checks/systemd/systemd-general/eval/hints new file mode 100644 index 0000000..fee5413 --- /dev/null +++ b/t/recipes/checks/systemd/systemd-general/eval/hints @@ -0,0 +1,19 @@ +systemd-general (binary): systemd-service-in-odd-location [etc/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-in-odd-location [etc/systemd/system/fifo-pipe-as-init.service] +systemd-general (binary): systemd-service-file-refers-to-unusual-wantedby-target unusual.target [usr/lib/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-refers-to-unusual-wantedby-target unusual.target [etc/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-refers-to-obsolete-target syslog.target [usr/lib/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-refers-to-obsolete-target syslog.target [etc/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-refers-to-obsolete-bindto [usr/lib/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-refers-to-obsolete-bindto [etc/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-missing-hardening-features [usr/lib/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-missing-hardening-features [etc/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-missing-documentation-key [usr/lib/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-file-missing-documentation-key [etc/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-alias-without-extension [usr/lib/systemd/system/systemd-general.test.service] +systemd-general (binary): systemd-service-alias-without-extension [etc/systemd/system/systemd-general.test.service] +systemd-general (binary): service-file-is-not-a-file [etc/systemd/system/fifo-pipe-as-init.service] +systemd-general (binary): missing-systemd-service-for-init.d-rcS-script systemd-general [etc/init.d/systemd-general] +systemd-general (binary): init.d-script-does-not-source-init-functions [etc/init.d/systemd-general] +systemd-general (binary): init.d-script-does-not-source-init-functions [etc/init.d/bootmisc.sh] +systemd-general (binary): init-script-is-not-a-file [etc/init.d/fifo-pipe-as-init] |