From 9b2dd57a6e6ba4faae483efac8e4a43daba8155f Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 16 Jan 2023 09:52:20 +0100 Subject: Rename loader to eater Signed-off-by: Alice Frosi --- seitan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'seitan.c') diff --git a/seitan.c b/seitan.c index d1e55a6..178dc38 100644 --- a/seitan.c +++ b/seitan.c @@ -92,8 +92,8 @@ static int event(int s) ev->event_data.exec.process_pid); readlink(path, exe, PATH_MAX); - if (!strcmp(exe, "/usr/local/bin/seitan-loader") || - !strcmp(exe, "/usr/bin/seitan-loader")) + if (!strcmp(exe, "/usr/local/bin/seitan-eater") || + !strcmp(exe, "/usr/bin/seitan-eater")) return ev->event_data.exec.process_pid; if (nlh->nlmsg_type == NLMSG_DONE) -- cgit v1.2.3