Date: Fri, 12 Aug 2022 15:23:31 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 265797] small modification in "usr.sbin/bsdinstall/scripts/fetchmissingdists" Message-ID: <bug-265797-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265797 Bug ID: 265797 Summary: small modification in "usr.sbin/bsdinstall/scripts/fetchmissingdists" Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: ghislain@smartix.llc Created attachment 235867 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235867&action=edit small modification in "usr.sbin/bsdinstall/scripts/fetchmissingdists" The 'error' function in the script "usr.sbin/bsdinstall/scripts/fetchmissingdists" has this statement: bsddialog --backtitle "FreeBSD Installer" --title "Error" --msgbox "$1" 0 0 The suggested change is proposing this statement : bsddialog --backtitle "$OSNAME Installer" --title "Error" --msgbox "$1" 0 0 the $OSNAME variable declared in the Makefile contained in the bsdinstall directory centrally controls the name of the Operating System so this is consistent with other scripts in the bsdinstall directory. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265797-227>
