diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-13 22:07:34 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-13 22:07:34 +0100 |
commit | 4fc82e0067db4b54ee05d56feaa4fb981d380e5f (patch) | |
tree | 9b43ce7590e327e87010f54708640b6ff9ee385b /examples/var_service/ntpd/p_log | |
parent | c041e239dbc02b99ee9a5a86bed6dc859ff956db (diff) |
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-x | examples/var_service/ntpd/p_log | 4 |
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 |