[bash] Added suggestion to .bashrc how to disable autopaging in systemctl

Roman Rakus rrakus at fedoraproject.org
Fri Aug 9 12:01:59 UTC 2013


commit ad7ff77a91403a458dd21b36ec68ceb17c334655
Author: Roman Rakus <rrakus at redhat.com>
Date:   Fri Aug 9 14:01:32 2013 +0200

    Added suggestion to .bashrc how to disable autopaging in systemctl
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 bash.spec  |    5 ++++-
 dot-bashrc |    3 +++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
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 <rrakus at redhat.com> - 4.2.45-4
+- Added suggestion to .bashrc how to disable autopaging in systemctl
+
 * Fri Jul 26 2013 Ville Skyttä <ville.skytta at iki.fi> - 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


More information about the scm-commits mailing list