mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
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
1 changed files with 4 additions and 0 deletions
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 a new issue