diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-20 15:06:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-20 15:06:23 +0100 |
commit | abf3b2e45ac974b9b57e9d3021a6f99a3fab239c (patch) | |
tree | 59066d0964c8e4a6492772317ad9f2ca89405e14 | |
parent | 5cda2fed147ceca97853de978174eb1336383ef7 (diff) | |
download | jenkins.debian.net-abf3b2e45ac974b9b57e9d3021a6f99a3fab239c.tar.xz |
improve language: s#fitting#certain#g
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/find_dpkg_trigger_cycles.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 0b51625c..844df047 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -320,7 +320,7 @@ state. But: - to configure A, its dependency on C has to be resolved which cannot happen unless C leaves the triggers-awaited state -This creates the cycle if the packages are installed in a fitting order. +This creates the cycle if the packages are installed in a certain order. These problems could be fixed by either letting A no longer depend on C or by switching triggers to their -noawait variants. See the deb-triggers(5) man page @@ -351,7 +351,7 @@ state. But: - to configure A, its dependency on C has to be resolved which cannot happen unless C leaves the triggers-awaited state -This creates the cycle if the packages are installed in a fitting order. +This creates the cycle if the packages are installed in a certain order. These problems could be fixed by either letting A no longer depend on C or by switching triggers to their -noawait variants. See the deb-triggers(5) man page |