wok-next diff abcde/stuff/patches/less.patch @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/abcde/stuff/patches/less.patch	Thu Dec 05 16:28:27 2019 +0100
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- a/abcde
     1.5 ++++ b/abcde
     1.6 +@@ -252,7 +252,7 @@
     1.7 + 			$PAGER "$PAGEFILE"
     1.8 + 			# If that fails, check for less
     1.9 + 		elif [ -x /usr/bin/less ]; then
    1.10 +-			/usr/bin/less -f "$PAGEFILE"
    1.11 ++			/usr/bin/less "$PAGEFILE"
    1.12 + 			# more should be on all UNIX systems
    1.13 + 		elif [ -x /bin/more ]; then
    1.14 + 			/bin/more "$PAGEFILE"