0291713240
$PAGER overrides. (Requested by: dcs) One patch per modified file. One modified file per patch. Honor CC, CFLAGS. Use BSD_INSTALL_FOO and, as a side effect, install with our customary ownerships. No response from: maintainer
12 lines
595 B
Plaintext
12 lines
595 B
Plaintext
--- dvi2tty.c.orig Mon Oct 16 09:35:23 2000
|
|
+++ dvi2tty.c Mon Oct 16 09:35:39 2000
|
|
@@ -114,7 +114,7 @@
|
|
/* don't have terminals with Scand. nat. chars */
|
|
#define WANTPAGER TRUE /* default: try to pipe through a pager (like */
|
|
/* more) if stdout is tty and no -o switch */
|
|
-#define DEFPAGER "/usr/bin/pg" /* CHANGE TO YOUR LOCAL PAGER */
|
|
+#define DEFPAGER "/usr/bin/more" /* CHANGE TO YOUR LOCAL PAGER */
|
|
|
|
/*------------------ end of customization constants ---------------------*/
|
|
|