Archived
Initial commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user