From: Michal Rakowski Date: Fri, 5 Nov 2021 20:01:49 +0000 (+0100) Subject: Fix #7946 About distro's 'unknown' string not informative enough X-Git-Tag: Beta-15.0.0~774 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b242a752536428186ee304118c5290a1d298b5;p=thirdparty%2Fbacula.git Fix #7946 About distro's 'unknown' string not informative enough --- diff --git a/bacula/autoconf/bacula-macros/os.m4 b/bacula/autoconf/bacula-macros/os.m4 index b82deed53..a6d4b125e 100644 --- a/bacula/autoconf/bacula-macros/os.m4 +++ b/bacula/autoconf/bacula-macros/os.m4 @@ -246,7 +246,7 @@ then DISTNAME=cygwin AC_DEFINE(HAVE_CYGWIN) else - DISTNAME=unknown + DISTNAME=unknown_distro fi AC_MSG_RESULT(done) ]) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 371ec2278..66acf6b5e 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -4018,7 +4018,7 @@ suse5) platforms/suse/bacula-dir" ;; unknown) - DISTVER=unknown + DISTVER=unknown_distro_ver TAPEDRIVE="/dev/nst0" ;; *)