FreeBSD Bugzilla – Attachment 253767 Details for
Bug 281658
sesutil error message patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to change the error message to "Could not"
sesutil-error.diff (text/plain), 455 bytes, created by
Jeremy Faulkner
on 2024-09-23 00:53:01 UTC
(
hide
)
Description:
patch to change the error message to "Could not"
Filename:
MIME Type:
Creator:
Jeremy Faulkner
Created:
2024-09-23 00:53:01 UTC
Size:
455 bytes
patch
obsolete
>diff --git a/usr.sbin/sesutil/sesutil.c b/usr.sbin/sesutil/sesutil.c >index b6cdd2cf3314..24ac52bd9b5c 100644 >--- a/usr.sbin/sesutil/sesutil.c >+++ b/usr.sbin/sesutil/sesutil.c >@@ -316,7 +316,7 @@ sesled(int argc, char **argv, bool setfault) > } > globfree(&g); > if (ndisks == 0 && all == false) { >- xo_errx(EXIT_FAILURE, "Count not find the SES id of device '%s'", >+ xo_errx(EXIT_FAILURE, "Could not find the SES id of device '%s'", > disk); > } >
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 281658
: 253767