]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/kbd-1.12-more-programs-1.patch
firewall: add more pscan matches and filter INVALID conntrack packages.
[ipfire-2.x.git] / src / patches / kbd-1.12-more-programs-1.patch
1 Submitted By: Greg Schafer <greg at linuxfromscratch dot org>
2 Date: 2004-01-07
3 Initial Package Version: 1.10
4 Origin: LFS Book and Anderson Lizardo <lizardo at linuxfromscratch dot org>
5 (based on kbd-1.08-more-programs.patch)
6 Description: Install additional programs included in kbd package,
7 including their manpages. Note: setlogcons does not have
8 a manpage.
9
10 diff -Naur kbd-1.10.orig/man/Makefile kbd-1.10/man/Makefile
11 --- kbd-1.10.orig/man/Makefile 2002-10-11 22:12:53.000000000 +0000
12 +++ kbd-1.10/man/Makefile 2004-01-07 02:36:13.471404128 +0000
13 @@ -7,6 +7,9 @@
14 install -d -m 755 $(MANDIR)/$$i; \
15 install -m 644 $$i/*.[0-9] $(MANDIR)/$$i; \
16 done
17 + install -d -m 755 $(MANDIR)/man8
18 + install -m 644 man8misc/setvesablank.8 $(MANDIR)/man8
19 + install -m 644 man8misc/getunimap.8 $(MANDIR)/man8
20 rm -f $(MANDIR)/man5/keytables.5
21
22 clean:
23 diff -Naur kbd-1.10.orig/src/Makefile.in kbd-1.10/src/Makefile.in
24 --- kbd-1.10.orig/src/Makefile.in 2004-01-03 17:53:06.000000000 +0000
25 +++ kbd-1.10/src/Makefile.in 2004-01-07 02:36:44.706655648 +0000
26 @@ -46,8 +46,9 @@
27 OLDPROGS= mapscrn loadunimap
28
29 # Not installed by default
30 -MISC = screendump setlogcons setvesablank spawn_console spawn_login \
31 - getunimap clrunimap outpsfheader setpalette
32 +#MISC = screendump setlogcons setvesablank spawn_console spawn_login \
33 +# getunimap clrunimap outpsfheader setpalette
34 +MISC = setlogcons setvesablank getunimap
35
36 # Installed by default
37 SHCMDS = unicode_start unicode_stop
38 @@ -73,7 +74,7 @@
39 install: all
40 install -d -m 0755 $(BINDIR) $(LOADKEYS_BINDIR)
41 install -s -m 0755 $(setowner) $(PROGS) $(OLDPROGS) $(BINDIR)
42 -# install -s -m 0755 $(setowner) $(MISC) $(BINDIR)
43 + install -s -m 0755 $(setowner) $(MISC) $(BINDIR)
44 install -c -m 0755 $(setowner) $(SHCMDS) $(BINDIR)
45 for i in psfaddtable psfgettable psfstriptable; do \
46 rm -f $(BINDIR)/$$i; ln -s psfxtable $(BINDIR)/$$i; \