Re: Add "UNICODE=1" to /lib/lsb/init-functions ?

2011-10-08 Thread Bruce Dubbs
xinglp wrote: > In SVN-20110904 and before > > /etc/rc.d/init.d/console is like: > > # Native English speakers probably don't have /etc/sysconfig/console at all > if [ -r /etc/sysconfig/console ]; then > . /etc/sysconfig/console > else > exit 0 > fi > > And now, it is : > > # Se

Add "UNICODE=1" to /lib/lsb/init-functions ?

2011-10-08 Thread xinglp
In SVN-20110904 and before /etc/rc.d/init.d/console is like: # Native English speakers probably don't have /etc/sysconfig/console at all if [ -r /etc/sysconfig/console ]; then . /etc/sysconfig/console else exit 0 fi And now, it is : # See if we need to do anything if [ -z "${KEY

Re: lfs-bootscripts Makefile fix

2011-10-08 Thread Bruce Dubbs
xinglp wrote: > diff -Naurz lfs-bootscripts-20111007.orig/Makefile > lfs-bootscripts-20111007/Makefile > --- lfs-bootscripts-20111007.orig/Makefile > +++ lfs-bootscripts-20111007/Makefile > @@ -21,7 +21,7 @@ > install -d -m ${DIRMODE} ${EXTDIR}/rc.d/rcS.d > install -d -m ${DIRMODE} ${EXTD

lfs-bootscripts Makefile fix

2011-10-08 Thread xinglp
diff -Naurz lfs-bootscripts-20111007.orig/Makefile lfs-bootscripts-20111007/Makefile --- lfs-bootscripts-20111007.orig/Makefile +++ lfs-bootscripts-20111007/Makefile @@ -21,7 +21,7 @@ install -d -m ${DIRMODE} ${EXTDIR}/rc.d/rcS.d install -d -m ${DIRMODE} ${EXTDIR}/rc.d/init.d install

Re: man-db need "PKG_CONFIG=/tools/bin/true" to be built.

2011-10-08 Thread Bruce Dubbs
Right. I'll fix that today. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

man-db need "PKG_CONFIG=/tools/bin/true" to be built.

2011-10-08 Thread xinglp
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page