From 8de001f13c5f2e8e3f7bf5153f5a072261e4bddb Mon Sep 17 00:00:00 2001 From: Koen Van Impe Date: Fri, 21 Nov 2014 00:42:40 +0100 Subject: [PATCH 1/2] Locale and w --- txtcmds/usr/bin/locale | 15 +++++++++++++++ txtcmds/usr/bin/w | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 txtcmds/usr/bin/locale create mode 100644 txtcmds/usr/bin/w diff --git a/txtcmds/usr/bin/locale b/txtcmds/usr/bin/locale new file mode 100644 index 0000000..70bd6ea --- /dev/null +++ b/txtcmds/usr/bin/locale @@ -0,0 +1,15 @@ +LANG=en_US.UTF-8 +LANGUAGE=en_US.UTF-8 +LC_CTYPE="en_US.UTF-8" +LC_NUMERIC="en_US.UTF-8" +LC_TIME="en_US.UTF-8" +LC_COLLATE="en_US.UTF-8" +LC_MONETARY="en_US.UTF-8" +LC_MESSAGES="en_US.UTF-8" +LC_PAPER="en_US.UTF-8" +LC_NAME="en_US.UTF-8" +LC_ADDRESS="en_US.UTF-8" +LC_TELEPHONE="en_US.UTF-8" +LC_MEASUREMENT="en_US.UTF-8" +LC_IDENTIFICATION="en_US.UTF-8" +LC_ALL=en_US.UTF-8 \ No newline at end of file diff --git a/txtcmds/usr/bin/w b/txtcmds/usr/bin/w new file mode 100644 index 0000000..cfb0fc9 --- /dev/null +++ b/txtcmds/usr/bin/w @@ -0,0 +1,4 @@ + 23:56:43 up 16:55, 2 users, load average: 0.02, 0.02, 0.05 +USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT +root pts/0 192.168.1.1 Wed14 11:55 2.31s 0.08s sshd: root [priv] +root pts/2 192.168.1.1 Wed14 3.00s 3.75s 0.00s w \ No newline at end of file From 8234098b47989bccc97a15f602234e4caeb88b0f Mon Sep 17 00:00:00 2001 From: Koen Van Impe Date: Fri, 21 Nov 2014 20:48:00 +0100 Subject: [PATCH 2/2] Removed w from txtcmds; already in base.py --- txtcmds/usr/bin/w | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 txtcmds/usr/bin/w diff --git a/txtcmds/usr/bin/w b/txtcmds/usr/bin/w deleted file mode 100644 index cfb0fc9..0000000 --- a/txtcmds/usr/bin/w +++ /dev/null @@ -1,4 +0,0 @@ - 23:56:43 up 16:55, 2 users, load average: 0.02, 0.02, 0.05 -USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT -root pts/0 192.168.1.1 Wed14 11:55 2.31s 0.08s sshd: root [priv] -root pts/2 192.168.1.1 Wed14 3.00s 3.75s 0.00s w \ No newline at end of file