comparison sbin/fpkg @ 319:2ba574bd8ded

fpkg: Enhance fpkg's help message
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 27 Nov 2022 17:03:04 +0100
parents 58ad548487c4
children 8675e1b7950c
comparison
equal deleted inserted replaced
318:58ad548487c4 319:2ba574bd8ded
27 27
28 COMMANDS: 28 COMMANDS:
29 29
30 audit 30 audit
31 31
32 `pkg audit` on the local host and all running visible jails 32 `pkg audit` on the local host and all running visible and
33 compatible jails
33 34
34 update 35 update
35 36
36 `pkg update` on the local host and all running visible jails 37 `pkg update` on the local host and all running visible and
38 compatible jails
37 39
38 upgrade 40 upgrade
39 41
40 `pkg upgrade` on the local host and all running visible jails 42 `pkg upgrade` on the local host and all running visible and
43 compatible jails
41 44
42 check-upgrade 45 check-upgrade
43 upgrade-check 46 upgrade-check
44 47
45 `pkg upgrade -n` on the local host and all running visible jails 48 `pkg upgrade -n` on the local host and all running visible and
49 compatible jails
46 50
47 check-fast-track 51 check-fast-track
48 Check packages installed from the LocalBSDPorts repository against 52 Check packages installed from the LocalBSDPorts repository against
49 the repositories `FreeBSD` and `LocalBSDPorts` on the local host 53 the repositories `FreeBSD` and `LocalBSDPorts` on the local host
50 and all visible jails 54 and all visible and compatible jails
51 55
52 config <name> 56 config <name>
53 57
54 Retrieve the value of a given configuration opeion on the local host 58 Retrieve the value of a given configuration opeion on the local host
55 and all running visible jails 59 and all running visible and compatiblejails
56 60
57 uversion 61 uversion
58 62
59 Call `freebsd-version -u` on the local host and all running visible 63 Call `freebsd-version -u` on the local host and all running visible
60 jails 64 and compatible jails
61 65
62 vv 66 vv
63 67
64 `pkg -vv` on the local host and all running visible jails 68 `pkg -vv` on the local host and all running visible jails
65 69
84 FPKG_SKIPSIGN 88 FPKG_SKIPSIGN
85 Marker for the begin of a skipped output group 89 Marker for the begin of a skipped output group
86 (Default: "----> ") 90 (Default: "----> ")
87 91
88 All other environment variables that affect `pkg` are effective also. 92 All other environment variables that affect `pkg` are effective also.
93
94 A "compatible jail" is a jail that'"'"'s "freebsd-version -u" is the same
95 as the host'"'"'s.
89 ' 96 '
90 97
91 # 98 #
92 # Configuration directory 99 # Configuration directory
93 # 100 #