Create a new DEBUG_SCRIPTS configuration option to run shell script with -x mode
modified libpkg/pkg.h
@@ -264,7 +264,8 @@ typedef enum _pkg_config_key {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -191,6 +191,12 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/scripts.c
@@ -56,6 +56,7 @@ pkg_script_run(struct pkg * const pkg, pkg_script type)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -90,6 +91,9 @@ pkg_script_run(struct pkg * const pkg, pkg_script type)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/pkg.conf.5
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -132,6 +132,8 @@ when fetching the portaudit database.
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|