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: b...@freebsd.org Reporter: ghisl...@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.