format: Make the backward compatibility symlink a config option
modified docs/pkg.conf.5
@@ -76,6 +76,9 @@ a syntactically correct
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/packing.c
@@ -126,9 +126,11 @@ packing_init(struct packing **pack, const char *path, pkg_formats format, int cl
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -478,6 +478,12 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1301,6 +1307,7 @@ pkg_ini(const char *path, const char *reposdir, pkg_init_flags flags)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -260,6 +260,7 @@ struct pkg_ctx {
|
|
|
|
|
|
| + | |
|
|
|
|
|