From edc5db0a73e145ab121b0745c1c2c537e3afddc0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 Apr 2020 13:27:24 +1200 Subject: Adjust log message for clarity --- bin/inotifymask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/inotifymask b/bin/inotifymask index 19e1b0a..576749c 100644 --- a/bin/inotifymask +++ b/bin/inotifymask @@ -55,7 +55,7 @@ my $cb = sub { for ( $mode & ~$mask ) { chmod $_, $name or return; - printf {*STDERR} "secured %s %o\n", $name, $_; + printf {*STDERR} "masked %s %04o\n", $name, $_; } }; -- cgit v1.2.3 From 0e8e69e5ecd545e18591b6612f3c0361b64d1b4f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 Apr 2020 13:28:32 +1200 Subject: Bump VERSION --- bin/inotifymask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/inotifymask b/bin/inotifymask index 576749c..d5bfcb0 100644 --- a/bin/inotifymask +++ b/bin/inotifymask @@ -9,7 +9,7 @@ use Const::Fast; use File::stat; use Linux::Inotify2; -our $VERSION = '0.04'; +our $VERSION = '0.05'; const our $SELF => 'inotifymask'; -- cgit v1.2.3