changeset 86:a3b9d4fe560e

Provide "module" doc-strings
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 05 Sep 2019 02:29:44 +0200
parents 56dd768b5fdd
children 28d4bea7cd1c
files bin/check-ports bin/fjail
diffstat 2 files changed, 25 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bin/check-ports	Thu Sep 05 02:12:06 2019 +0200
+++ b/bin/check-ports	Thu Sep 05 02:29:44 2019 +0200
@@ -1,7 +1,18 @@
 #!/bin/sh
 # -*- indent-tabs-mode: nil; -*-
-# @(#)@@PKGORIGIN@@ $HGid$
-#
+: 'Check the version status of installed ports and compare them to
+repository versions.
+
+:Author:    Franz Glasner
+:Copyright: (c) 2017-2019 Franz Glasner.
+            All rights reserved.
+:License:   3-Clause BSD License.
+            See LICENSE for details.
+            If you cannot find LICENSE see
+            <https://opensource.org/licenses/BSD-3-Clause>
+:Id:        @(#)@@PKGORIGIN@@ $HGid$
+
+'
 
 VERSION="@@VERSION@@"
 
--- a/bin/fjail	Thu Sep 05 02:12:06 2019 +0200
+++ b/bin/fjail	Thu Sep 05 02:29:44 2019 +0200
@@ -1,6 +1,17 @@
 #!/bin/sh
 # -*- indent-tabs-mode: nil; -*-
-# @(#)@@PKGORIGIN@@ $HGid$
+: 'A very minimal BSD Jail management tool.
+
+:Author:    Franz Glasner
+:Copyright: (c) 2019 Franz Glasner.
+            All rights reserved.
+:License:   3-Clause BSD License.
+            See LICENSE for details.
+            If you cannot find LICENSE see
+            <https://opensource.org/licenses/BSD-3-Clause>
+:Id:        @(#)@@PKGORIGIN@@ $HGid$
+
+'
 
 set -eu