comparison sbin/fpkg @ 318:58ad548487c4

Typo in comment: "pkv" -> "pkg"
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 27 Nov 2022 16:43:11 +0100
parents cc4117f5f4bd
children 2ba574bd8ded
comparison
equal deleted inserted replaced
317:ebe98c3b0835 318:58ad548487c4
2 # -*- indent-tabs-mode: nil; -*- 2 # -*- indent-tabs-mode: nil; -*-
3 : 'A pkg frontend for common operations that also operates in all 3 : 'A pkg frontend for common operations that also operates in all
4 running jails. 4 running jails.
5 5
6 :Author: Franz Glasner 6 :Author: Franz Glasner
7 :Copyright: (c) 2019 Franz Glasner. 7 :Copyright: (c) 2019-2022 Franz Glasner.
8 All rights reserved. 8 All rights reserved.
9 :License: BSD 3-Clause "New" or "Revised" License. 9 :License: BSD 3-Clause "New" or "Revised" License.
10 See LICENSE for details. 10 See LICENSE for details.
11 If you cannot find LICENSE see 11 If you cannot find LICENSE see
12 <https://opensource.org/licenses/BSD-3-Clause> 12 <https://opensource.org/licenses/BSD-3-Clause>
291 done 291 done
292 } 292 }
293 293
294 294
295 command_vv() { 295 command_vv() {
296 : 'The `pkv -vv` command on the host and all running compatible jails 296 : 'The `pkg -vv` command on the host and all running compatible jails
297 297
298 ' 298 '
299 echo "${FPKG_SIGN}LOCALHOST" 299 echo "${FPKG_SIGN}LOCALHOST"
300 pkg -vv 300 pkg -vv
301 for _j in $(jls -N | awk '{if(NR>1)print $1}' | sort); do 301 for _j in $(jls -N | awk '{if(NR>1)print $1}' | sort); do