Message ID | 20211108083239.65459-1-tz.stoyanov@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0b9282ac17f7cfc2bd6f8ade1c228e86e5da3fc2 |
Headers | show |
Series | trace-cmd: Update the libaudit warning | expand |
diff --git a/tracecmd/trace-profile.c b/tracecmd/trace-profile.c index f4e7a98e..6a2cc3d0 100644 --- a/tracecmd/trace-profile.c +++ b/tracecmd/trace-profile.c @@ -21,7 +21,7 @@ #ifdef WARN_NO_AUDIT # warning "lib audit not found, using raw syscalls " \ - "(install libaudit-devel(for fedora) or libaudit-dev(for debian/ubuntu) and try again)" + "(install audit-libs-devel(for fedora) or libaudit-dev(for debian/ubuntu) and try again)" #endif #define TASK_STATE_TO_CHAR_STR "RSDTtXZxKWP"
In the latest Fedora (34), the package for libaudit library is audit-libs-devel. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com> --- tracecmd/trace-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)