[prev in list] [next in list] [prev in thread] [next in thread] 

List:       leaf-cvs-commits
Subject:    [leaf-cvs-ci] src/bering-uclibc/apps/quagga buildtool.cfg,1.1,1.2
From:       KP Kirchdörfer <kapeka () users ! sourceforge ! net>
Date:       2004-11-27 17:32:04
Message-ID: E1CY6QW-0004IF-LM () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/leaf/src/bering-uclibc/apps/quagga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16417

Modified Files:
	buildtool.cfg 
Log Message:
add packages for buildsetup


Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/quagga/buildtool.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** buildtool.cfg	27 Nov 2004 17:19:09 -0000	1.1
--- buildtool.cfg	27 Nov 2004 17:31:58 -0000	1.2
***************
*** 176,178 ****
--- 176,619 ----
  		</Contents>			
  	</bgpd>
+ 
+ 	<isisd>
+ 		Version = 0.96.5
+ 		Revision = 2
+ 
+ 		Help <<EOF
+ 		Quagga (Zebra) routing daemons.
+ 		Homepage: http://www.quagga.net
+ 		Requires: libm.lrp zebra.lrp
+ 		LEAF package by __PACKAGER__, __BUILDDATE__		
+ 
+ 		From the Zebra web site:
+ 
+ 		GNU Zebra is free software (distributed under GNU Generic Public License) that
+ 		manages TCP/IP based routing protocols. It supports BGP-4 protocol as described
+ 		in RFC1771 (A Border Gateway Protocol 4) as well as RIPv1, RIPv2 and OSPFv2.
+ 		Unlike traditional, Gated based, monolithic architectures and even the
+ 		so-called "new modular architectures" that remove the burden of processing
+ 		routing functions from the cpu and utilize special ASIC chips instead, Zebra
+ 		software offers true modularity.
+ 
+ 		Zebra is unique in its design in that it has a process for each protocol.
+ 		Zebra uses multithread technology under multithread supported UNIX kernels.
+ 		However it can be run under non-multithread supported UNIX kernels. Thus Zebra
+ 		provides flexibility and reliability. Each module can be upgraded independently
+ 		of the others, allowing for quick upgrades as well as protection from the case
+ 		of a failure in one protocol affecting the entire system.
+ 
+ 		Zebra is intended to be used as a Route Server and a Route Reflector. Zebra is
+ 		not a toolkit, it provides full routing power under a new architecture.
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 644
+ 			Directories = 755
+ 		</Permissions>
+ 
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>          
+ 				Filename        = etc/zebra/isisd.conf
+ 				Source    	= etc/zebra/isisd.conf
+ 				Description	= bgpd configuration
+ 				Type		= conf
+ 				Type		= binary
+ 				Permissions = 600
+ 			</File>                 
+ 
+ 			<File>
+ 				Filename    = etc/init.d/isisd
+ 				Source      = etc/init.d/isisd
+ 				Description = isisd daemon init file 
+ 				Type        = binary
+ 				Permissions = 755
+ 			</File>
+ 
+ 			<File>          
+ 				Source          = usr/sbin/isisd
+ 				Filename        = usr/sbin/isisd
+ 				Type            = binary
+ 				Permissions = 755
+ 			</File>		
+ 
+ 			<File>          
+ 				Filename        = etc/zebra/isisd.conf.sav
+ 				Type            = exclude
+ 			</File>		
+ 
+ 		</Contents>			
+ 	</isisd>
+ 
+ 	<ospfd>
+ 		Version = 0.96.5
+ 		Revision = 2
+ 
+ 		Help <<EOF
+ 		Quagga (Zebra) routing daemons.
+ 		Homepage: http://www.quagga.net
+ 		Requires: libm.lrp zebra.lrp
+ 		LEAF package by __PACKAGER__, __BUILDDATE__		
+ 
+ 		From the Zebra web site:
+ 
+ 		GNU Zebra is free software (distributed under GNU Generic Public License) that
+ 		manages TCP/IP based routing protocols. It supports BGP-4 protocol as described
+ 		in RFC1771 (A Border Gateway Protocol 4) as well as RIPv1, RIPv2 and OSPFv2.
+ 		Unlike traditional, Gated based, monolithic architectures and even the
+ 		so-called "new modular architectures" that remove the burden of processing
+ 		routing functions from the cpu and utilize special ASIC chips instead, Zebra
+ 		software offers true modularity.
+ 
+ 		Zebra is unique in its design in that it has a process for each protocol.
+ 		Zebra uses multithread technology under multithread supported UNIX kernels.
+ 		However it can be run under non-multithread supported UNIX kernels. Thus Zebra
+ 		provides flexibility and reliability. Each module can be upgraded independently
+ 		of the others, allowing for quick upgrades as well as protection from the case
+ 		of a failure in one protocol affecting the entire system.
+ 
+ 		Zebra is intended to be used as a Route Server and a Route Reflector. Zebra is
+ 		not a toolkit, it provides full routing power under a new architecture.
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 644
+ 			Directories = 755
+ 		</Permissions>
+ 
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>          
+ 				Filename        = etc/zebra/ospfd.conf
+ 				Source    	= etc/zebra/ospfd.conf
+ 				Description	= ospfd configuration
+ 				Type		= conf
+ 				Type		= binary
+ 				Permissions = 600
+ 			</File>                 
+ 
+ 			<File>
+ 				Filename    = etc/init.d/ospfd
+ 				Source      = etc/init.d/ospfd
+ 				Description = ospfd daemon init file 
+ 				Type        = binary
+ 				Permissions = 755
+ 			</File>
+ 
+ 			<File>          
+ 				Source          = usr/sbin/ospfd
+ 				Filename        = usr/sbin/ospfd
+ 				Type            = binary
+ 				Permissions = 755
+ 			</File>		
+ 
+ 			<File>          
+ 				Filename        = etc/zebra/ospfd.conf.sav
+ 				Type            = exclude
+ 			</File>		
+ 
+ 		</Contents>			
+ 	</ospfd>
+ 
+ 	<ospf6d>
+ 		Version = 0.96.5
+ 		Revision = 2
+ 
+ 		Help <<EOF
+ 		Quagga (Zebra) routing daemons.
+ 		Homepage: http://www.quagga.net
+ 		Requires: libm.lrp zebra.lrp
+ 		LEAF package by __PACKAGER__, __BUILDDATE__		
+ 
+ 		From the Zebra web site:
+ 
+ 		GNU Zebra is free software (distributed under GNU Generic Public License) that
+ 		manages TCP/IP based routing protocols. It supports BGP-4 protocol as described
+ 		in RFC1771 (A Border Gateway Protocol 4) as well as RIPv1, RIPv2 and OSPFv2.
+ 		Unlike traditional, Gated based, monolithic architectures and even the
+ 		so-called "new modular architectures" that remove the burden of processing
+ 		routing functions from the cpu and utilize special ASIC chips instead, Zebra
+ 		software offers true modularity.
+ 
+ 		Zebra is unique in its design in that it has a process for each protocol.
+ 		Zebra uses multithread technology under multithread supported UNIX kernels.
+ 		However it can be run under non-multithread supported UNIX kernels. Thus Zebra
+ 		provides flexibility and reliability. Each module can be upgraded independently
+ 		of the others, allowing for quick upgrades as well as protection from the case
+ 		of a failure in one protocol affecting the entire system.
+ 
+ 		Zebra is intended to be used as a Route Server and a Route Reflector. Zebra is
+ 		not a toolkit, it provides full routing power under a new architecture.
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 644
+ 			Directories = 755
+ 		</Permissions>
+ 
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>          
+ 				Filename        = etc/zebra/ospf6d.conf
+ 				Source    	= etc/zebra/ospf6d.conf
+ 				Description	= ospfd configuration
+ 				Type		= conf
+ 				Type		= binary
+ 				Permissions = 600
+ 			</File>                 
+ 
+ 			<File>
+ 				Filename    = etc/init.d/ospf6d
+ 				Source      = etc/init.d/ospf6d
+ 				Description = ospf6d daemon init file 
+ 				Type        = binary
+ 				Permissions = 755
+ 			</File>
+ 
+ 			<File>          
+ 				Source          = usr/sbin/ospf6d
+ 				Filename        = usr/sbin/ospf6d
+ 				Type            = binary
+ 				Permissions = 755
+ 			</File>		
+ 
+ 			<File>          
+ 				Filename        = etc/zebra/ospf6d.conf.sav
+ 				Type            = exclude
+ 			</File>		
+ 		</Contents>			
+ 	</ospf6d>
+ 
+ 	<ripd>
+ 		Version = 0.96.5
+ 		Revision = 2
+ 
+ 		Help <<EOF
+ 		Quagga (Zebra) routing daemons.
+ 		Homepage: http://www.quagga.net
+ 		Requires: libm.lrp zebra.lrp
+ 		LEAF package by __PACKAGER__, __BUILDDATE__		
+ 
+ 		From the Zebra web site:
+ 
+ 		GNU Zebra is free software (distributed under GNU Generic Public License) that
+ 		manages TCP/IP based routing protocols. It supports BGP-4 protocol as described
+ 		in RFC1771 (A Border Gateway Protocol 4) as well as RIPv1, RIPv2 and OSPFv2.
+ 		Unlike traditional, Gated based, monolithic architectures and even the
+ 		so-called "new modular architectures" that remove the burden of processing
+ 		routing functions from the cpu and utilize special ASIC chips instead, Zebra
+ 		software offers true modularity.
+ 
+ 		Zebra is unique in its design in that it has a process for each protocol.
+ 		Zebra uses multithread technology under multithread supported UNIX kernels.
+ 		However it can be run under non-multithread supported UNIX kernels. Thus Zebra
+ 		provides flexibility and reliability. Each module can be upgraded independently
+ 		of the others, allowing for quick upgrades as well as protection from the case
+ 		of a failure in one protocol affecting the entire system.
+ 
+ 		Zebra is intended to be used as a Route Server and a Route Reflector. Zebra is
+ 		not a toolkit, it provides full routing power under a new architecture.
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 644
+ 			Directories = 755
+ 		</Permissions>
+ 
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>          
+ 				Filename        = etc/zebra/ripd.conf
+ 				Source    	= etc/zebra/ripd.conf
+ 				Description	= ripd configuration
+ 				Type		= conf
+ 				Type		= binary
+ 				Permissions = 600
+ 			</File>                 
+ 
+ 			<File>
+ 				Filename    = etc/init.d/ripd
+ 				Source      = etc/init.d/ripd
+ 				Description = ripd daemon init file 
+ 				Type        = binary
+ 				Permissions = 755
+ 			</File>
+ 
+ 			<File>          
+ 				Source          = usr/sbin/ripd
+ 				Filename        = usr/sbin/ripd
+ 				Type            = binary
+ 				Permissions = 755
+ 			</File>		
+ 
+ 			<File>          
+ 				Filename        = etc/zebra/ripd.conf.sav
+ 				Type            = exclude
+ 			</File>		
+ 
+ 		</Contents>			
+ 	</ripd>
+ 
+ 	<ripngd>
+ 		Version = 0.96.5
+ 		Revision = 2
+ 
+ 		Help <<EOF
+ 		Quagga (Zebra) routing daemons.
+ 		Homepage: http://www.quagga.net
+ 		Requires: libm.lrp zebra.lrp
+ 		LEAF package by __PACKAGER__, __BUILDDATE__		
+ 
+ 		From the Zebra web site:
+ 
+ 		GNU Zebra is free software (distributed under GNU Generic Public License) that
+ 		manages TCP/IP based routing protocols. It supports BGP-4 protocol as described
+ 		in RFC1771 (A Border Gateway Protocol 4) as well as RIPv1, RIPv2 and OSPFv2.
+ 		Unlike traditional, Gated based, monolithic architectures and even the
+ 		so-called "new modular architectures" that remove the burden of processing
+ 		routing functions from the cpu and utilize special ASIC chips instead, Zebra
+ 		software offers true modularity.
+ 
+ 		Zebra is unique in its design in that it has a process for each protocol.
+ 		Zebra uses multithread technology under multithread supported UNIX kernels.
+ 		However it can be run under non-multithread supported UNIX kernels. Thus Zebra
+ 		provides flexibility and reliability. Each module can be upgraded independently
+ 		of the others, allowing for quick upgrades as well as protection from the case
+ 		of a failure in one protocol affecting the entire system.
+ 
+ 		Zebra is intended to be used as a Route Server and a Route Reflector. Zebra is
+ 		not a toolkit, it provides full routing power under a new architecture.
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 644
+ 			Directories = 755
+ 		</Permissions>
+ 
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>          
+ 				Filename        = etc/zebra/ripngd.conf
+ 				Source    	= etc/zebra/ripngd.conf
+ 				Description	= ripngd configuration
+ 				Type		= conf
+ 				Type		= binary
+ 				Permissions = 600
+ 			</File>                 
+ 
+ 			<File>
+ 				Filename    = etc/init.d/ripngd
+ 				Source      = etc/init.d/ripngd
+ 				Description = ripngd daemon init file 
+ 				Type        = binary
+ 				Permissions = 755
+ 			</File>
+ 
+ 			<File>          
+ 				Source          = usr/sbin/ripngd
+ 				Filename        = usr/sbin/ripngd
+ 				Type            = binary
+ 				Permissions = 755
+ 			</File>		
+ 
+ 			<File>          
+ 				Filename        = etc/zebra/ripngd.conf.sav
+ 				Type            = exclude
+ 			</File>		
+ 
+ 		</Contents>			
+ 	</ripngd>
+ 	<zebra>
+ 		Version = 0.96.5
+ 		Revision = 2
+ 
+ 		Help <<EOF
+ 		Quagga (Zebra) routing daemons.
+ 		Homepage: http://www.quagga.net
+ 		Requires: libm.lrp zebra.lrp
+ 		LEAF package by __PACKAGER__, __BUILDDATE__		
+ 
+ 		From the Zebra web site:
+ 
+ 		GNU Zebra is free software (distributed under GNU Generic Public License) that
+ 		manages TCP/IP based routing protocols. It supports BGP-4 protocol as described
+ 		in RFC1771 (A Border Gateway Protocol 4) as well as RIPv1, RIPv2 and OSPFv2.
+ 		Unlike traditional, Gated based, monolithic architectures and even the
+ 		so-called "new modular architectures" that remove the burden of processing
+ 		routing functions from the cpu and utilize special ASIC chips instead, Zebra
+ 		software offers true modularity.
+ 
+ 		Zebra is unique in its design in that it has a process for each protocol.
+ 		Zebra uses multithread technology under multithread supported UNIX kernels.
+ 		However it can be run under non-multithread supported UNIX kernels. Thus Zebra
+ 		provides flexibility and reliability. Each module can be upgraded independently
+ 		of the others, allowing for quick upgrades as well as protection from the case
+ 		of a failure in one protocol affecting the entire system.
+ 
+ 		Zebra is intended to be used as a Route Server and a Route Reflector. Zebra is
+ 		not a toolkit, it provides full routing power under a new architecture.
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 644
+ 			Directories = 755
+ 		</Permissions>
+ 
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>          
+ 				Filename        = etc/zebra/zebra.conf
+ 				Source    	= etc/zebra/zebra.conf
+ 				Description	= zebra configuration
+ 				Type		= conf
+ 				Type		= binary
+ 				Permissions = 600
+ 			</File>                 
+ 
+ 			<File>
+ 				Filename    = etc/init.d/zebra
+ 				Source      = etc/init.d/zebra
+ 				Description = zebra daemon init file 
+ 				Type        = binary
+ 				Permissions = 755
+ 			</File>
+ 
+ 			<File>          
+ 				Source          = usr/sbin/zebra
+ 				Filename        = usr/sbin/zebra
+ 				Type            = binary
+ 				Permissions = 755
+ 			</File>		
+ 
+ 			<File>          
+ 				Filename        = etc/zebra/zebra.conf.sav
+ 				Type            = exclude
+ 			</File>		
+ 		</Contents>			
+ 	</zebra>
  </Package>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic