aboutsummaryrefslogtreecommitdiffstats
path: root/community/heirloom-mailx/mailx-12.3-pager.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/heirloom-mailx/mailx-12.3-pager.patch')
-rw-r--r--community/heirloom-mailx/mailx-12.3-pager.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/heirloom-mailx/mailx-12.3-pager.patch b/community/heirloom-mailx/mailx-12.3-pager.patch
new file mode 100644
index 0000000000..d4b243929c
--- /dev/null
+++ b/community/heirloom-mailx/mailx-12.3-pager.patch
@@ -0,0 +1,12 @@
+diff -Nrbu mailx-12.3/cmd1.c mailx-12.3-OK/cmd1.c
+--- mailx-12.3/cmd1.c 2007-06-16 16:48:39.000000000 +0400
++++ mailx-12.3-OK/cmd1.c 2008-06-26 19:57:38.000000000 +0400
+@@ -78,7 +78,7 @@
+
+ cp = value("PAGER");
+ if (cp == NULL || *cp == '\0')
+- cp = value("bsdcompat") ? "more" : "pg";
++ cp = value("bsdcompat") ? "more" : "less";
+ return cp;
+ }
+