[Lunar-commits] CVS: moonbase/kernel/kernel-headers-2.6 BUILD, NONE, 1.1 CONFLICTS, NONE, 1.1 DETAILS, NONE, 1.1

Jaime Buffery nestu at lunar-linux.org
Thu Feb 26 19:50:38 GMT 2004


Update of /var/cvs/lunar/moonbase/kernel/kernel-headers-2.6
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21708/kernel-headers-2.6

Added Files:
	BUILD CONFLICTS DETAILS 
Log Message:
first commit ;) ¿impressive log msg, huh?


--- NEW FILE: BUILD ---
(
    cd /usr/include/
    
    for dir in asm linux
    do
	test -e $dir 2> /dev/null && rm -rf $dir  
    done
    
    cd ${SOURCE_DIRECTORY}/include/
    
    # asm is a special case, since it is arch specific
    mv asm-i386 asm
    
    for dir in asm linux  
    do
    
	cp    -a $dir      /usr/include/
	chown -R root.root /usr/include/$dir
	
	for subdir in `find /usr/include/$dir -type d`
	do
	    chmod 755 $subdir
	done

	for file in `find /usr/include/$dir -type f`
	do
	    chmod 644 $file
	done
	
    done

) > $C_FIFO 2>&1

--- NEW FILE: CONFLICTS ---
# conflicts with any other kernel header install
conflicts kernel-headers 
--- NEW FILE: DETAILS ---
            MODULE=kernel-headers-2.6
           VERSION=2.6.2.0
            SOURCE=linux-libc-headers-${VERSION}.tar.bz2
  SOURCE_DIRECTORY=${BUILD_DIRECTORY}/linux-libc-headers-${VERSION}
        SOURCE_URL=http://ep09.pld-linux.org/~mmazur/glibc-kernel-headers/${SOURCE}
        SOURCE_VFY=md5:28e12a8862f5694c540a198859c9bcbe
          WEB_SITE=http://ep09.pld-linux.org/~mmazur/glibc-kernel-headers/
           ENTERED=20040226
	   UPDATED=20040226
       SHORT="A set of specially patched 2.6 kernel headers"
cat << EOF
A set of specially patched 2.6 kernel headers. 
It is recommended for 2.6.X kernel users, but is not necessary.
EOF 




More information about the Lunar-commits mailing list