Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff sbin/ftjail @ 386:84d2735fe7f6
Simplified version tagging a lot: it is also faster now.
While being there: adjusting copyright year to end in 2023 now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 23 Feb 2023 01:08:31 +0100 |
| parents | 6be930eb7490 |
| children | 155c5f6eebc7 |
line wrap: on
line diff
--- a/sbin/ftjail Wed Feb 22 21:23:50 2023 +0100 +++ b/sbin/ftjail Thu Feb 23 01:08:31 2023 +0100 @@ -10,7 +10,7 @@ #: See LICENSE for details. #: If you cannot find LICENSE see #: <https://opensource.org/licenses/BSD-3-Clause> -#: :ID: @(#)@@PKGORIGIN@@ $HGid$ +#: :ID: @(#)@@SIMPLEVERSIONTAG@@ #: set -eu @@ -1165,7 +1165,7 @@ while getopts "Vh" _opt ; do case ${_opt} in V) - printf 'ftjail v%s (rv:%s)\n' "${VERSION}" '@@HGREVISION@@' + printf 'ftjail %s\n' '@@SIMPLEVERSIONSTR@@' exit 0 ;; h)
