Install-Initrd finalisiert..

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@342 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-11-07 20:23:46 +00:00
parent 4da401bccb
commit 0153429794
6 changed files with 68 additions and 10 deletions

View File

@@ -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; \

View File

@@ -0,0 +1,11 @@
--- slcommon.c.tmp 2006-11-07 22:53:31.000000000 +0000
+++ slcommon.c 2006-11-07 17:56:04.000000000 +0000
@@ -191,7 +191,7 @@
return p;
}
-#if !defined(HAVE_ISSETUGID) && defined(__GLIBC__) && (__GLIBC__ >= 2)
+#if 0
extern int __libc_enable_secure;
# define HAVE___LIBC_ENABLE_SECURE 1
#endif