# HG changeset patch # User Franz Glasner # Date 1571814369 -7200 # Node ID 8152028661c2116b2e2c9e520ed0ef5b676d9b62 # Parent c938bc224812e2afb8875c299ab88fb1d21b2155 Comments diff -r c938bc224812 -r 8152028661c2 sbin/check-ports --- a/sbin/check-ports Thu Oct 17 09:40:46 2019 +0200 +++ b/sbin/check-ports Wed Oct 23 09:06:09 2019 +0200 @@ -377,13 +377,13 @@ exit 0 ;; A) - # print for every package the status of all repositories + # Print for every package the status of all repositories alldata_flag=1 alldata_flag_LocalBSDPorts=1 alldata_flag_LocalRepo=1 ;; a) - # print the data of all repos that have the package + # Print the data of all repos that have the package alldata_flag=1 ;; s) @@ -392,7 +392,11 @@ short_flag=1 ;; v) - # print all titles and repo of every installed always + # + # Print all titles and repo of every installed package always. + # The output of the repo status nevertheless depends on the + # other flag settings. + # verbose_flag=1 ;; \?)