examples: add a useful "see abridged log" script for ntpd service example
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d2f4241d2e
commit
f6348e50ef
4
examples/var_service/ntpd/p_log_important
Executable file
4
examples/var_service/ntpd/p_log_important
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd log/logdir || exit 1
|
||||||
|
cat @* current | grep -v -eolder -esending -esockets -e'reply from.*offset' -executing | $PAGER
|
Loading…
Reference in New Issue
Block a user