diff mbox series

skeleton: drop PAGER

Message ID 20190906092509.2610241-1-lkundrak@v3.sk
State Accepted
Headers show
Series skeleton: drop PAGER | expand

Commit Message

Lubomir Rintel Sept. 6, 2019, 9:25 a.m. UTC
There doesn't seem to be possible to 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 <lkundrak@v3.sk>
---
 system/skeleton/etc/profile | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni Sept. 7, 2019, 7:58 p.m. UTC | #1
On Fri,  6 Sep 2019 11:25:09 +0200
Lubomir Rintel <lkundrak@v3.sk> wrote:

> There doesn't seem to be possible to 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 <lkundrak@v3.sk>
> ---
>  system/skeleton/etc/profile | 1 -
>  1 file changed, 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

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