Add and document PKG_CREATE_VERBOSE to control 'pkg create' verbosity. Historically, 'pkg create' has always been quiet unlike all the other commands, which are verbose by default. Now we have the options to make it otherwise, leave it as quiet by default so we don't breaky anybodies' scripts. Setting this config value makes 'pkg create' behave like the other commands: verbose by default.
modified docs/pkg.conf.5
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -174,6 +174,14 @@ Default: NO.
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -348,6 +348,12 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|