commit df63bcfd144c20306359f0ca0f979f7b9c74a9fc Author: Matthew Dillon <dil...@apollo.backplane.com> Date: Mon Jan 3 12:13:18 2022 -0800
dsynth - Add config var for Meta_version and make the default 2 * Add the 'Meta_version' configuration variable. * Make the default 2 (it was previously 1), to remain compatible with future pkg versions. Requested-by: zrj Summary of changes: usr.bin/dsynth/config.c | 3 +++ usr.bin/dsynth/dsynth.1 | 6 ++++++ usr.bin/dsynth/dsynth.h | 1 + usr.bin/dsynth/repo.c | 2 +- 4 files changed, 11 insertions(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/df63bcfd144c20306359f0ca0f979f7b9c74a9fc -- DragonFly BSD source repository