First check in

This commit is contained in:
2016-09-29 06:44:38 -05:00
commit a233c92b19
6 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
diff -Naur a/configure b/configure
--- a/configure 2015-07-13 17:17:12.000000000 -0500
+++ b/configure 2016-09-29 06:39:37.672000000 -0500
@@ -14990,8 +14990,8 @@
case $host_cpu in
- i?86*) RESIZECONS_PROGS=yes ;;
- x86_64*) RESIZECONS_PROGS=yes ;;
+ i?86*) RESIZECONS_PROGS=no ;;
+ x86_64*) RESIZECONS_PROGS=no ;;
*) RESIZECONS_PROGS=no ;;
esac
if test "$RESIZECONS_PROGS" = "yes"; then
diff -Naur a/docs/man/man8/Makefile.in b/docs/man/man8/Makefile.in
--- a/docs/man/man8/Makefile.in 2015-07-13 17:17:11.000000000 -0500
+++ b/docs/man/man8/Makefile.in 2016-09-29 06:39:43.088000000 -0500
@@ -253,7 +253,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
gen_MANS = loadunimap.8 mapscrn.8 setfont.8
-dist_man_MANS = getkeycodes.8 kbdrate.8 resizecons.8 setkeycodes.8 \
+dist_man_MANS = getkeycodes.8 kbdrate.8 setkeycodes.8 \
showconsolefont.8 setvtrgb.8 $(gen_MANS)
all: all-am

2
SRC/patches/README Normal file
View File

@@ -0,0 +1,2 @@
Place any patch files here and preface each with a number indicating
the order of execution. Patch files are expected to use a .patch extension.