[Bug 265797] small modification in "usr.sbin/bsdinstall/scripts/fetchmissingdists"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265797] small modification in "usr.sbin/bsdinstall/scripts/fetchmissingdists""
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265797] small modification in "usr.sbin/bsdinstall/scripts/fetchmissingdists""
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Aug 2022 15:23:31 UTC
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.