aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-18 12:25:09 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-18 12:25:09 +0100
commit573ba4e92e920df656e80ccdb11677315843ba7f (patch)
tree959447f2d24810b589bad0549dae355b4a8bb415 /examples/var_service
parent9e0879a1cb991e5305e2c226e56ba0080019f828 (diff)
downloadbusybox-573ba4e92e920df656e80ccdb11677315843ba7f.tar.gz
fix examples which used non-standard cut -b0-NNN
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/var_service')
-rwxr-xr-xexamples/var_service/dhcp_if/w_log2
-rwxr-xr-xexamples/var_service/ftpd/w_log2
-rwxr-xr-xexamples/var_service/httpd/w_log2
-rwxr-xr-xexamples/var_service/ifplugd_if/w_log2
-rwxr-xr-xexamples/var_service/inetd/w_log2
-rwxr-xr-xexamples/var_service/ntpd/w_log2
-rwxr-xr-xexamples/var_service/tftpd/w_log2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/var_service/dhcp_if/w_log b/examples/var_service/dhcp_if/w_log
index 34b19b373..aa36ef13b 100755
--- a/examples/var_service/dhcp_if/w_log
+++ b/examples/var_service/dhcp_if/w_log
@@ -1,4 +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))'
+watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'
diff --git a/examples/var_service/ftpd/w_log b/examples/var_service/ftpd/w_log
index 34b19b373..aa36ef13b 100755
--- a/examples/var_service/ftpd/w_log
+++ b/examples/var_service/ftpd/w_log
@@ -1,4 +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))'
+watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'
diff --git a/examples/var_service/httpd/w_log b/examples/var_service/httpd/w_log
index 34b19b373..aa36ef13b 100755
--- a/examples/var_service/httpd/w_log
+++ b/examples/var_service/httpd/w_log
@@ -1,4 +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))'
+watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'
diff --git a/examples/var_service/ifplugd_if/w_log b/examples/var_service/ifplugd_if/w_log
index 34b19b373..aa36ef13b 100755
--- a/examples/var_service/ifplugd_if/w_log
+++ b/examples/var_service/ifplugd_if/w_log
@@ -1,4 +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))'
+watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'
diff --git a/examples/var_service/inetd/w_log b/examples/var_service/inetd/w_log
index 34b19b373..aa36ef13b 100755
--- a/examples/var_service/inetd/w_log
+++ b/examples/var_service/inetd/w_log
@@ -1,4 +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))'
+watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'
diff --git a/examples/var_service/ntpd/w_log b/examples/var_service/ntpd/w_log
index 34b19b373..aa36ef13b 100755
--- a/examples/var_service/ntpd/w_log
+++ b/examples/var_service/ntpd/w_log
@@ -1,4 +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))'
+watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'
diff --git a/examples/var_service/tftpd/w_log b/examples/var_service/tftpd/w_log
index 34b19b373..aa36ef13b 100755
--- a/examples/var_service/tftpd/w_log
+++ b/examples/var_service/tftpd/w_log
@@ -1,4 +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))'
+watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'