comparison bin/fpkg @ 91:fffee187f1f7

Docu: effective environment variables
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 06 Sep 2019 22:08:19 +0200
parents aefad9391470
children c95726f83f84
comparison
equal deleted inserted replaced
90:aefad9391470 91:fffee187f1f7
40 `pkg upgrade` on the local host and all running visible jails 40 `pkg upgrade` on the local host and all running visible jails
41 41
42 upgrade-check 42 upgrade-check
43 43
44 `pkg upgrade -n` on the local host and all running visible jails 44 `pkg upgrade -n` on the local host and all running visible jails
45
46 ENVIRONMENT:
47
48 AUDIT_FLAGS
49 Additional flags given to `pkg audit`
50 (Default: -Fr)
51
52 UPDATE_FLAGS
53 Additional flags given to `pkg update`
54 (Default: empty)
55
56 UPGRADE_FLAGS
57 Additional flags given to `pkg upgrade` and `pkg upgrade -n`
58 (Default: empty)
59
60 SIGN
61 Marker for the begin of an output group (local host or jail)
62 (Default: "===> ")
63
64 All other environment variables that affect `pkg` are effective also.
45 ' 65 '
46 66
47 : ${AUDIT_FLAGS:=-Fr} 67 : ${AUDIT_FLAGS:=-Fr}
48 : ${UPDATE_FLAGS:=} 68 : ${UPDATE_FLAGS:=}
49 : ${UPGRADE_FLAGS:=} 69 : ${UPGRADE_FLAGS:=}