aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/cut.c2
-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
8 files changed, 8 insertions, 8 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c
index 240ce4bb9..53f343a33 100644
--- a/coreutils/cut.c
+++ b/coreutils/cut.c
@@ -264,7 +264,7 @@ int cut_main(int argc UNUSED_PARAM, char **argv)
264 /* now that the lists are parsed, we need to sort them to make life 264 /* now that the lists are parsed, we need to sort them to make life
265 * easier on us when it comes time to print the chars / fields / lines 265 * easier on us when it comes time to print the chars / fields / lines
266 */ 266 */
267 qsort(cut_lists, nlists, sizeof(struct cut_list), cmpfunc); 267 qsort(cut_lists, nlists, sizeof(cut_lists[0]), cmpfunc);
268 } 268 }
269 269
270 { 270 {
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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3cd log/logdir || exit 1 3cd log/logdir || exit 1
4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' 4watch -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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3cd log/logdir || exit 1 3cd log/logdir || exit 1
4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' 4watch -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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3cd log/logdir || exit 1 3cd log/logdir || exit 1
4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' 4watch -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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3cd log/logdir || exit 1 3cd log/logdir || exit 1
4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' 4watch -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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3cd log/logdir || exit 1 3cd log/logdir || exit 1
4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' 4watch -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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3cd log/logdir || exit 1 3cd log/logdir || exit 1
4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' 4watch -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 @@
1#!/bin/sh 1#!/bin/sh
2 2
3cd log/logdir || exit 1 3cd log/logdir || exit 1
4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b0-$((w-2))' 4watch -n2 'w=`ttysize w`; h=`ttysize h`; tail -$((h-3)) current 2>&1 | cut -b1-$((w-2))'