changeset 136:8afc4eb30406

Docu: better comments
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 23 Oct 2019 09:31:15 +0200
parents 8152028661c2
children dbbb04c46d97
files sbin/check-ports
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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}