aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/ntpd/p_log
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-13 22:07:34 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-13 22:07:34 +0100
commit4fc82e0067db4b54ee05d56feaa4fb981d380e5f (patch)
tree9b43ce7590e327e87010f54708640b6ff9ee385b /examples/var_service/ntpd/p_log
parentc041e239dbc02b99ee9a5a86bed6dc859ff956db (diff)
downloadbusybox-4fc82e0067db4b54ee05d56feaa4fb981d380e5f.tar.gz
examples: add example ntpd service
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/var_service/ntpd/p_log')
-rwxr-xr-xexamples/var_service/ntpd/p_log4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/var_service/ntpd/p_log b/examples/var_service/ntpd/p_log
new file mode 100755
index 000000000..a2521be05
--- /dev/null
+++ b/examples/var_service/ntpd/p_log
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd log/logdir || exit 1
+cat @* current | $PAGER