Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison bin/fpkg @ 109:0bd594fb56f8
Read the tools.conf configuration file where appropriate
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 08 Oct 2019 09:35:30 +0200 |
| parents | f8642efe05a1 |
| children | 0838fdca3a2b |
comparison
equal
deleted
inserted
replaced
| 108:ef1551e7cb16 | 109:0bd594fb56f8 |
|---|---|
| 66 (Default: "----> ") | 66 (Default: "----> ") |
| 67 | 67 |
| 68 All other environment variables that affect `pkg` are effective also. | 68 All other environment variables that affect `pkg` are effective also. |
| 69 ' | 69 ' |
| 70 | 70 |
| 71 # | |
| 72 # Configuration directory | |
| 73 # | |
| 74 : ${CONFIGDIR:=@@ETCDIR@@} | |
| 75 | |
| 76 test -r "${CONFIGDIR}/tools.conf" && . "${CONFIGDIR}/tools.conf" | |
| 77 | |
| 71 : ${FPKG_AUDIT_FLAGS:=-Fr} | 78 : ${FPKG_AUDIT_FLAGS:=-Fr} |
| 72 : ${FPKG_UPDATE_FLAGS:=} | 79 : ${FPKG_UPDATE_FLAGS:=} |
| 73 : ${FPKG_UPGRADE_FLAGS:=} | 80 : ${FPKG_UPGRADE_FLAGS:=} |
| 74 : ${FPKG_SIGN:='===> '} | 81 : ${FPKG_SIGN:='===> '} |
| 75 : ${FPKG_SKIPSIGN:='----> '} | 82 : ${FPKG_SKIPSIGN:='----> '} |
