mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Change TITLE to something more rational. Make sysinstall.c use it instead
of its own hardcoded constant.
This commit is contained in:
parent
4455595be1
commit
02006c7644
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4272
@ -793,7 +793,7 @@ main(int argc, char **argv)
|
||||
bcopy("FreeBSD", utsname.sysname, strlen("FreeBSD"));
|
||||
}
|
||||
#else
|
||||
bcopy("FreeBSD-2.0.ALPHA", utsname.sysname, strlen("FreeBSD-2.0.ALPHA"));
|
||||
bcopy(TITLE, utsname.sysname, strlen(TITLE));
|
||||
#endif
|
||||
|
||||
/* XXX - libdialog has particularly bad return value checking */
|
||||
|
@ -12,7 +12,7 @@
|
||||
* its use.
|
||||
*/
|
||||
|
||||
#define TITLE "FreeBSD 2.0.1-Development Installation"
|
||||
#define TITLE "FreeBSD 2.0-ALPHA Installation"
|
||||
|
||||
#define BOOT1 "/stand/sdboot"
|
||||
#define BOOT2 "/stand/bootsd"
|
||||
|
Loading…
Reference in New Issue
Block a user