]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/kbd-1.12-more-programs-1.patch
Install-Initrd finalisiert..
[ipfire-2.x.git] / src / patches / kbd-1.12-more-programs-1.patch
diff --git a/src/patches/kbd-1.12-more-programs-1.patch b/src/patches/kbd-1.12-more-programs-1.patch
new file mode 100644 (file)
index 0000000..227abed
--- /dev/null
@@ -0,0 +1,46 @@
+Submitted By: Greg Schafer <greg at linuxfromscratch dot org>
+Date: 2004-01-07
+Initial Package Version: 1.10
+Origin: LFS Book and Anderson Lizardo <lizardo at linuxfromscratch dot org>
+        (based on kbd-1.08-more-programs.patch)
+Description: Install additional programs included in kbd package,
+             including their manpages. Note: setlogcons does not have
+             a manpage.
+
+diff -Naur kbd-1.10.orig/man/Makefile kbd-1.10/man/Makefile
+--- kbd-1.10.orig/man/Makefile 2002-10-11 22:12:53.000000000 +0000
++++ kbd-1.10/man/Makefile      2004-01-07 02:36:13.471404128 +0000
+@@ -7,6 +7,9 @@
+               install -d -m 755 $(MANDIR)/$$i; \
+               install -m 644 $$i/*.[0-9] $(MANDIR)/$$i; \
+       done
++      install -d -m 755 $(MANDIR)/man8
++      install -m 644 man8misc/setvesablank.8 $(MANDIR)/man8
++      install -m 644 man8misc/getunimap.8 $(MANDIR)/man8
+       rm -f $(MANDIR)/man5/keytables.5
+ clean:
+diff -Naur kbd-1.10.orig/src/Makefile.in kbd-1.10/src/Makefile.in
+--- kbd-1.10.orig/src/Makefile.in      2004-01-03 17:53:06.000000000 +0000
++++ kbd-1.10/src/Makefile.in   2004-01-07 02:36:44.706655648 +0000
+@@ -46,8 +46,9 @@
+ OLDPROGS= mapscrn loadunimap
+ # Not installed by default
+-MISC    = screendump setlogcons setvesablank spawn_console spawn_login \
+-        getunimap clrunimap outpsfheader setpalette
++#MISC    = screendump setlogcons setvesablank spawn_console spawn_login \
++#       getunimap clrunimap outpsfheader setpalette
++MISC     = setlogcons setvesablank getunimap
+ # Installed by default
+ SHCMDS  = unicode_start unicode_stop
+@@ -73,7 +74,7 @@
+ install:      all
+       install -d -m 0755 $(BINDIR) $(LOADKEYS_BINDIR)
+       install -s -m 0755 $(setowner) $(PROGS) $(OLDPROGS) $(BINDIR)
+-#     install -s -m 0755 $(setowner) $(MISC) $(BINDIR)
++      install -s -m 0755 $(setowner) $(MISC) $(BINDIR)
+       install -c -m 0755 $(setowner) $(SHCMDS) $(BINDIR)
+       for i in psfaddtable psfgettable psfstriptable; do \
+               rm -f $(BINDIR)/$$i; ln -s psfxtable $(BINDIR)/$$i; \