[leaf-commits] src/bering-uclibc4/buildtool/conf sources.cfg, 1.18, 1.19
Andrew <[email protected]>
| Newsgroups | gmane.linux.leaf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/leaf/src/bering-uclibc4/buildtool/conf In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1614 Modified Files: sources.cfg Log Message: Small fixes Index: sources.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc4/buildtool/conf/sources.cfg,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** sources.cfg 26 May 2010 09:51:23 -0000 1.18 --- sources.cfg 26 May 2010 10:09:07 -0000 1.19 *************** *** 17,27 **** - #<Server local> - # Type = http - # Name = localhost - # Serverpath = /leaf - #</Server> - - # the server for contributions by other developers <Server cvs-contrib-sourceforge> --- 17,20 ---- *************** *** 319,323 **** <Source tcp_wrappers> Server = cvs4-sourceforge ! Directory = tcp-wrappers Description = Wietse Venema's TCP wrappers library Revision = HEAD --- 312,316 ---- <Source tcp_wrappers> Server = cvs4-sourceforge ! Directory = tcp_wrappers Description = Wietse Venema's TCP wrappers library Revision = HEAD *************** *** 669,684 **** </Package> - <Package arping> - Server = cvs4-sourceforge - Directory = arping - revision = HEAD - Description = Broadcasts a who-has ARP packet on the network and prints answers. - <Requires> - Name = buildenv - Name = libnet - Name = libpcap - </Requires> - </Package> - <Package nut> Server = cvs4-sourceforge --- 662,665 ---- *************** *** 2142,2165 **** ! <Package pcspkr> ! Server = cvs-sourceforge ! Directory = pcspkr ! revision = HEAD ! Description = PC Speaker driver ! <Requires> ! Name = buildenv ! </Requires> ! </Package> ! <Package initbeep> ! Server = cvs-sourceforge ! Directory = initbeep ! revision = HEAD ! Description = Play tunes on end of startup and on begin of shutdown ! <Requires> ! Name = buildenv ! Name = pcspkr ! </Requires> ! </Package> ##################################################### --- 2123,2146 ---- ! #<Package pcspkr> ! # Server = cvs-sourceforge ! # Directory = pcspkr ! # revision = HEAD ! # Description = PC Speaker driver ! # <Requires> ! # Name = buildenv ! # </Requires> ! #</Package> ! #<Package initbeep> ! # Server = cvs-sourceforge ! # Directory = initbeep ! # revision = HEAD ! # Description = Play tunes on end of startup and on begin of shutdown ! # <Requires> ! # Name = buildenv ! # Name = pcspkr ! # </Requires> ! #</Package> ##################################################### ------------------------------------------------------------------------------