Re: [blfs-dev] Glamor

2014-08-16 Thread Nathan Coulson
On Fri, Aug 15, 2014 at 12:21 PM, Ken Moffat wrote: > On Fri, Aug 15, 2014 at 01:12:58AM -0700, Nathan Coulson wrote: >> >> Ken Moffat wrote: >> >> Kaveri processor here, using RadeonSI w/ glamor. Using pre xorg 1.16 >> glamor, 2d text rendering would take 1-2 seconds to draw a urxvt >> window.

Re: [blfs-dev] postlfs/profile.html : '/etc/profile' : add 'unset script' ?

2014-08-16 Thread Bruce Dubbs
akhiezer wrote: Date: Sat, 16 Aug 2014 14:38:19 -0500 From: Bruce Dubbs To: BLFS Development List Subject: Re: [blfs-dev] postlfs/profile.html : '/etc/profile' : add 'unset script' ? akhiezer wrote: Hi, On svn blfs page: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.

Re: [blfs-dev] postlfs/profile.html : '/etc/profile' : add 'unset script' ?

2014-08-16 Thread akhiezer
> Date: Sat, 16 Aug 2014 14:38:19 -0500 > From: Bruce Dubbs > To: BLFS Development List > Subject: Re: [blfs-dev] postlfs/profile.html : '/etc/profile' : add 'unset > script' ? > > akhiezer wrote: > > > > Hi, > > > > > > On svn blfs page: > > > >http://www.linuxfromscratch.org/blfs/view/svn/

Re: [blfs-dev] MIT Kerberos V5-1.12.1 reinstall

2014-08-16 Thread Fernando de Oliveira
On 13-07-2014 09:21, Fernando de Oliveira wrote: > Em 12-07-2014 16:33, Fernando de Oliveira escreveu: >> Needed to reinstall, when updating cifs-utils. >> >> DESTDIR build stoped at >> >> >> for LIBRARY in gssapi_krb5 gssrpc k5crypto kadm5clnt kadm5srv \ >>kdb5 kdb_ldap krad krb5 k

Re: [blfs-dev] postlfs/profile.html : '/etc/profile' : add 'unset script' ?

2014-08-16 Thread Bruce Dubbs
akhiezer wrote: Hi, On svn blfs page: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.html , in section '/etc/profile' there is at the end of the code: -- for script in /etc/profile.d/*.sh ; do if [ -r $script ] ; then . $script fi done --

[blfs-dev] BLFS Currency now available for systemd book

2014-08-16 Thread Armin K.
As the subject says, Bruce's BLFS Currency is now available for systemd book too and can be found at http://www.linuxfromscratch.org/~krejzi/blfs-currency/ Thanks to Bruce for sharing his work. -- Note: My last name is not Krejzi. signature.asc Description: OpenPGP digital signature -- http

Re: [blfs-dev] samba man pages

2014-08-16 Thread Armin K.
On 08/16/2014 04:57 PM, nullity wrote: > samba 4.1.11 doesn't seem to install its man pages automatically. > > i had to copy them in by hand from samba-4.1.11/docs/manpages. > > should the page reflect this? > > should there be an optional 'install man pages' section? > > ~{} > Looks like man

[blfs-dev] samba man pages

2014-08-16 Thread nullity
samba 4.1.11 doesn't seem to install its man pages automatically. i had to copy them in by hand from samba-4.1.11/docs/manpages. should the page reflect this? should there be an optional 'install man pages' section? ~{} -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.lin

[blfs-dev] postlfs/profile.html : '/etc/profile' : add 'unset script' ?

2014-08-16 Thread akhiezer
Hi, On svn blfs page: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/profile.html , in section '/etc/profile' there is at the end of the code: -- for script in /etc/profile.d/*.sh ; do if [ -r $script ] ; then . $script fi done -- But no ~usual-style 'u