I am getting ready to change the iana file installation in LFS. The
procedure will be to download:
http://anduin.linuxfromscratch.org/sources/LFS/lfs-packages/conglomeration/iana-etc/iana-files-1.0.tar.xz
After unpacking the install will be:
install -m644 -u root -g root services protocols /et
On Feb 1, 2014, at 10:56 AM, Bruce Dubbs wrote:
> What I'm thinking about is to create our own tarball with current data
> files and also install a couple of custom programs similar to
> update-usbids and update-pciids.
>
> -- Bruce
That's a good idea. Keeps things simple, and the user can upd
William Harrington wrote:
>
> On Feb 1, 2014, at 5:16 AM, Michael Uleysky wrote:
>
>> And about CLFS patches. First patch, iana-etc-2.30-get_fix-1.patch,
>> correct only download url. It is not enough, because format of IANA
>> data also changed and services file can't be regenerated without
>> ch
On Feb 1, 2014, at 5:16 AM, Michael Uleysky wrote:
> And about CLFS patches. First patch, iana-etc-2.30-get_fix-1.patch,
> correct only download url. It is not enough, because format of IANA
> data also changed and services file can't be regenerated without
> changes in scripts. Second pat
Hi,
i got a compile error with the new version 0.6.0 on my i686 (same error on
x86_64 box):
=
...
In file included from glamor_priv.h:1027:0,
from glamor_xv.c:35:
glamor_utils.h:1821:2: warning: #warning "Indirect GLX may be broken, need to
implement context switch." [
2014-02-02 Bruce Dubbs :
> Bruce Dubbs wrote:
>
> OK, I have been playing with this. If we create a tarball with the up
> to date services and protocols files along with the following script
> named update-iana-files, the install procedure would be merely:
>
> install -m644 -o root -g root servic