From ad7ff77a91403a458dd21b36ec68ceb17c334655 Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Aug 09 2013 12:01:32 +0000 Subject: Added suggestion to .bashrc how to disable autopaging in systemctl Signed-off-by: Roman Rakus --- diff --git a/bash.spec b/bash.spec index be0171c..cef8d95 100644 --- a/bash.spec +++ b/bash.spec @@ -7,7 +7,7 @@ Version: %{baseversion}%{patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 3%{?dist} +Release: 4%{?dist} Group: System Environment/Shells License: GPLv3+ Url: http://www.gnu.org/software/bash @@ -410,6 +410,9 @@ end #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Fri Aug 09 2013 Roman Rakus - 4.2.45-4 +- Added suggestion to .bashrc how to disable autopaging in systemctl + * Fri Jul 26 2013 Ville Skyttä - 4.2.45-3 - Install docs to %%{_pkgdocdir} where available. - Fix bogus dates in %%changelog. diff --git a/dot-bashrc b/dot-bashrc index c4b7f22..1130779 100644 --- a/dot-bashrc +++ b/dot-bashrc @@ -5,4 +5,7 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +# Uncomment the following line if you don't like systemctl's auto-paging feature: +# export SYSTEMD_PAGER= + # User specific aliases and functions