summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-28 21:58:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-28 21:58:36 +0200
commit38bf6e1c8f15faa4e2dbdbb97c055635cd7b6113 (patch)
tree87821a679f3a5cdf774d9d87b31225cbe32b00b6 /projectroot
parentbb3fe753bbe5a79d34793b5c6b4f80c0c5f28e5c (diff)
downloadptxdist-38bf6e1c8f15faa4e2dbdbb97c055635cd7b6113.tar.gz
ptxdist-38bf6e1c8f15faa4e2dbdbb97c055635cd7b6113.tar.xz
systemd: don't set SYSTEMD_LESS
The output now matches the locale, so this is no longer needed. This also fixes line-wrap issues cause by the 'r' option. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/profile.d/systemd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/projectroot/etc/profile.d/systemd.sh b/projectroot/etc/profile.d/systemd.sh
index cb5cb0a19..1212a2d03 100644
--- a/projectroot/etc/profile.d/systemd.sh
+++ b/projectroot/etc/profile.d/systemd.sh
@@ -5,9 +5,6 @@ if [ -r /etc/locale.conf ]; then
export LANG
fi
-# set 'r', otherwise less breaks UTF-8 chars without UTF-8 locale
-export SYSTEMD_LESS="FrSXMK"
-
# make sure TERM is always defined
if [ -z "${TERM}" ]; then
export TERM="linux"