From f6348e50ef2a2c28c611df4df92207d7b378e78e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 10 Jul 2016 20:15:28 +0200 Subject: [PATCH] examples: add a useful "see abridged log" script for ntpd service example Signed-off-by: Denys Vlasenko --- examples/var_service/ntpd/p_log_important | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 examples/var_service/ntpd/p_log_important diff --git a/examples/var_service/ntpd/p_log_important b/examples/var_service/ntpd/p_log_important new file mode 100755 index 000000000..09b248fb3 --- /dev/null +++ b/examples/var_service/ntpd/p_log_important @@ -0,0 +1,4 @@ +#!/bin/sh + +cd log/logdir || exit 1 +cat @* current | grep -v -eolder -esending -esockets -e'reply from.*offset' -executing | $PAGER -- 2.25.1