CVS: src/si/phase4/package-build network.xml,NONE,1.1 package-build4a.xml,1.2,1.3
Mats Wichmann <[email protected]>
| Newsgroups | gmane.linux.lsb.implementation |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/lsb/src/si/phase4/package-build In directory sc8-pr-cvs1:/tmp/cvs-serv32606/phase4/package-build Modified Files: package-build4a.xml Added Files: network.xml Log Message: Adds build of netkit-base. Supplies two programs: inetd and ping, and two config files, /etc/services and /etc/protocols. Still need to add an appropriate inetd.conf (the one in the examples directory in the package was not appropriate) if that's to be used. --- NEW FILE --- <package> <name>network</name> <version>&network-version;</version> <prebuild> <unpack> <archive>&packages_dir;/&network-package;</archive> <destination>&phase4_build_dir;</destination> </unpack> <configure> <base>&phase4_build_dir;/&network-directory;</base> </configure> </prebuild> <build> <make> <base>&phase4_build_dir;/&network-directory;</base> </make> </build> <postbuild> <make> <base>&phase4_build_dir;/&network-directory;</base> <param>INSTALLROOT=&LSBsi-phase4-install;</param> <param>install</param> </make> <copy> <base> &phase4_build_dir;/&network-directory;/etc.sample </base> <source>services protocols</source> <destination>&LSBsi-phase4-install;/etc</destination> </copy> <remove>&phase4_build_dir;/&network-directory;</remove> </postbuild> </package> Index: package-build4a.xml =================================================================== RCS file: /cvsroot/lsb/src/si/phase4/package-build/package-build4a.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** package-build4a.xml 26 Sep 2002 12:48:43 -0000 1.2 --- package-build4a.xml 15 Jan 2003 23:19:50 -0000 1.3 *************** *** 11,14 **** --- 11,15 ---- &phase4a-build-pax; &phase4a-build-syslog; + &phase4a-build-network; &phase4a-build-telnetd; &phase4a-build-util-linux;