FreeBSD Bugzilla – Attachment 16686 Details for
Bug 30508
STABLE sysinstall scripted installs broken since 2001/08/31
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.35 KB, created by
Alan Judge
on 2001-09-11 12:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alan Judge
Created:
2001-09-11 12:00:00 UTC
Size:
1.35 KB
patch
obsolete
>Index: release/sysinstall/msg.c >=================================================================== >RCS file: /f5/misc/FreeBSD/cvs/src/release/sysinstall/Attic/msg.c,v >retrieving revision 1.52.2.3 >diff -u -r1.52.2.3 msg.c >--- msg.c 2001/08/31 19:43:56 1.52.2.3 >+++ msg.c 2001/09/11 10:33:55 >@@ -218,7 +218,7 @@ > dialog_msgbox(NULL, errstr, -1, -1, 0); > } > >-/* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */ >+/* Put up a message in a popup yes/no box and return 0 for YES, 1 for NO */ > int > msgYesNo(char *fmt, ...) > { >@@ -238,13 +238,13 @@ > msgInfo(NULL); > } > if (variable_get(VAR_NONINTERACTIVE)) >- return 1; /* If non-interactive, return YES all the time */ >+ return 0; /* If non-interactive, return YES all the time */ > ret = dialog_yesno("User Confirmation Requested", errstr, -1, -1); > restorescr(w); > return ret; > } > >-/* Put up a message in a popup no/yes box and return 1 for YES, 0 for NO */ >+/* Put up a message in a popup no/yes box and return 0 for YES, 1 for NO */ > int > msgNoYes(char *fmt, ...) > { >@@ -264,7 +264,7 @@ > msgInfo(NULL); > } > if (variable_get(VAR_NONINTERACTIVE)) >- return 0; /* If non-interactive, return NO all the time */ >+ return 1; /* If non-interactive, return NO all the time */ > ret = dialog_noyes("User Confirmation Requested", errstr, -1, -1); > restorescr(w); > return ret;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30508
: 16686