From 564897c0af048c302a15a4bfab4092b520ba4f5f Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 4 Jan 2015 10:56:53 +0100 Subject: bin/find_dpkg_trigger_cycles.sh: cat result-file result-explicit --- bin/find_dpkg_trigger_cycles.sh | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index eac4b2fa..60272493 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -240,4 +240,27 @@ cat interested-explicit | while read pkg ttype iname; do done >> result-explicit done - +echo "+----------------------------------------------------------+" +echo "| file based triggers |" +echo "+----------------------------------------------------------+" +echo "" +echo "# Associates binary packages with other binary packages they can form a file" +echo "# trigger cycle with. The first column is the binary package containing the file" +echo "# trigger, the second column is the file trigger, the third column is a binary" +echo "# package providing a path that triggers the binary package in the first column," +echo "# the fourth column is the triggering path of provided by the binary package in" +echo "# the third column." +echo "" +cat result-file +echo "" +echo "" +echo "+----------------------------------------------------------+" +echo "| explicit triggers |" +echo "+----------------------------------------------------------+" +echo "" +echo "# Associates binary packages with other binary packages they can form an explicit" +echo "# trigger cycle with. The first column is the binary package interested in the" +echo "# explicit trigger, the second column is the name of the explicit trigger, the" +echo "# third column is the binary package activating the trigger." +echo "" +cat result-explicit -- cgit v1.2.3-54-g00ecf