From: Lubomir Rintel Date: Fri, 6 Sep 2019 09:25:09 +0000 (+0200) Subject: system/skeleton: drop PAGER from /etc/profile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40322675073dc17590c4d2dce067ca3f1fee96ad;p=buildroot.git system/skeleton: drop PAGER from /etc/profile We couldn't track down the reason why the profile sets $PAGER other than that it has always been there. However, it defeats pager autodetection by various tool (systemctl, nmcli, etc.) that would otherwise prefer less to more, in case both were available. Let's drop it. My desktop Linux distro (Fedora) doesn't seem to set it either and the universe doesn't seem to have collapsed yet. Signed-off-by: Lubomir Rintel Signed-off-by: Thomas Petazzoni --- diff --git a/system/skeleton/etc/profile b/system/skeleton/etc/profile index db29e44920..0545277086 100644 --- a/system/skeleton/etc/profile +++ b/system/skeleton/etc/profile @@ -8,7 +8,6 @@ if [ "$PS1" ]; then fi fi -export PAGER='/bin/more' export EDITOR='/bin/vi' # Source configuration files from /etc/profile.d