# HG changeset patch # User Franz Glasner # Date 1571815875 -7200 # Node ID 8afc4eb30406c806efaa053272b39212081fed1f # Parent 8152028661c2116b2e2c9e520ed0ef5b676d9b62 Docu: better comments diff -r 8152028661c2 -r 8afc4eb30406 sbin/check-ports --- a/sbin/check-ports Wed Oct 23 09:06:09 2019 +0200 +++ b/sbin/check-ports Wed Oct 23 09:31:15 2019 +0200 @@ -32,13 +32,16 @@ # # Local repository with non-public packages and/or ports with changed # OPTIONS (i.e. not using the defaults) or forks of official packages with -# other package names +# other package names. +# This repo is strictly *local* to the host and/or jail. # : ${LOCAL_REPO:=LocalRepo} # -# Local repository with ports with default OPTIONS (i.e. unchanged) +# (Shared) repository with ports with default OPTIONS (i.e. unchanged) # but newer than the packages in the "FreeBSD" repository. +# Can also contain non-FreeBSD *public* packages. +# May be shared. # Some sort of a fast-track repository. # : ${LOCALBSDPORTS_REPO:=LocalBSDPorts}