# HG changeset patch # User Franz Glasner # Date 1663418548 -7200 # Node ID 570363928b13f21bb1982a07a69d8cc8630b3e57 # Parent 6af59bd0af7e46e29d1b5693c84f9e7cdff634f1 Convert the "module" doc-string to a `#:'-style comment diff -r 6af59bd0af7e -r 570363928b13 sbin/ftjail --- a/sbin/ftjail Wed Sep 14 09:25:10 2022 +0200 +++ b/sbin/ftjail Sat Sep 17 14:42:28 2022 +0200 @@ -1,17 +1,17 @@ #!/bin/sh # -*- indent-tabs-mode: nil; -*- -: 'A very minimal BSD Thin Jail management tool. - -:Author: Franz Glasner -:Copyright: (c) 2022 Franz Glasner. - All rights reserved. -:License: BSD 3-Clause "New" or "Revised" License. - See LICENSE for details. - If you cannot find LICENSE see - -:ID: @(#)@@PKGORIGIN@@ $HGid$ - -' +#: +#: A very minimal BSD Thin Jail management tool. +#: +#: :Author: Franz Glasner +#: :Copyright: (c) 2022 Franz Glasner. +#: All rights reserved. +#: :License: BSD 3-Clause "New" or "Revised" License. +#: See LICENSE for details. +#: If you cannot find LICENSE see +#: +#: :ID: @(#)@@PKGORIGIN@@ $HGid$ +#: set -eu