Bug 281658 - sesutil error message patch
Summary: sesutil error message patch
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 14.1-RELEASE
Hardware: Any Any
: --- Affects Some People
Assignee: Mark Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-23 00:53 UTC by Jeremy Faulkner
Modified: 2024-10-13 13:13 UTC (History)
1 user (show)

See Also:


Attachments
patch to change the error message to "Could not" (455 bytes, patch)
2024-09-23 00:53 UTC, Jeremy Faulkner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Faulkner 2024-09-23 00:53:01 UTC
Created attachment 253767 [details]
patch to change the error message to "Could not"

Sesutil gives the error "gldisater@babylon:~ $ doas sesutil locate /dev/da5 on
sesutil: Count not find the SES id of device '/dev/da5'"

I assume that it meant "Could not".
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-06 13:24:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=7d893fce0d1126959733efec7105b56d0de7a3cb

commit 7d893fce0d1126959733efec7105b56d0de7a3cb
Author:     Jeremy Faulkner <gldisater@gmail.com>
AuthorDate: 2024-10-06 13:22:33 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-10-06 13:22:33 +0000

    sesutil: Fix a typo in an error message

    PR:             281658
    MFC after:      1 week

 usr.sbin/sesutil/sesutil.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Mark Johnston freebsd_committer freebsd_triage 2024-10-06 13:25:53 UTC
Thanks for the patch.  In the future, could you please attach output from git format-patch instead?  That is easier for us to apply to the tree.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-10-13 13:13:25 UTC
A commit in branch stable/14 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=b40faa5f014b923223c4a53b6d351abb2add431d

commit b40faa5f014b923223c4a53b6d351abb2add431d
Author:     Jeremy Faulkner <gldisater@gmail.com>
AuthorDate: 2024-10-06 13:22:33 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-10-13 13:12:17 +0000

    sesutil: Fix a typo in an error message

    PR:             281658
    MFC after:      1 week

    (cherry picked from commit 7d893fce0d1126959733efec7105b56d0de7a3cb)

 usr.sbin/sesutil/sesutil.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-10-13 13:13:26 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=aa751cdcab8de3aa1aec5b35f5e0800828700201

commit aa751cdcab8de3aa1aec5b35f5e0800828700201
Author:     Jeremy Faulkner <gldisater@gmail.com>
AuthorDate: 2024-10-06 13:22:33 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-10-13 13:12:23 +0000

    sesutil: Fix a typo in an error message

    PR:             281658
    MFC after:      1 week

    (cherry picked from commit 7d893fce0d1126959733efec7105b56d0de7a3cb)

 usr.sbin/sesutil/sesutil.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Mark Johnston freebsd_committer freebsd_triage 2024-10-13 13:13:43 UTC
Thanks for the patch.