commit | 4fc82e0067db4b54ee05d56feaa4fb981d380e5f | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jan 13 22:07:34 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Jan 13 22:07:34 2010 +0100 |
tree | 9b43ce7590e327e87010f54708640b6ff9ee385b | |
parent | c041e239dbc02b99ee9a5a86bed6dc859ff956db [diff] [blame] |
examples: add example ntpd service Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/examples/var_service/ntpd/w_log b/examples/var_service/ntpd/w_log new file mode 100755 index 0000000..34b19b3 --- /dev/null +++ b/examples/var_service/ntpd/w_log
@@ -0,0 +1,4 @@ +#!/bin/sh + +cd log/logdir || exit 1 +watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))'