From: Ondřej Surý Date: Thu, 29 May 2025 04:24:26 +0000 (+0000) Subject: chg: dev: Unify handling of the program name in all the utilities X-Git-Tag: v9.21.9~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f17c238485cc772a75ec26126346e2989c020f;p=thirdparty%2Fbind9.git chg: dev: Unify handling of the program name in all the utilities There were several methods how we used 'argv[0]'. Some programs had a static value, some programs did use isc_file_progname(), some programs stripped 'lt-' from the beginning of the name. And some used argv[0] directly. Unify the handling and all the variables into isc_commandline_progname that gets populated by the new isc_commandline_init(argc, argv) call. Merge branch 'ondrej/unify-handling-of-the-program-name' into 'main' See merge request isc-projects/bind9!10502 --- 33f17c238485cc772a75ec26126346e2989c020f