blob: 18ad637b07e2a8ebbce412a70f1506a24afdb046 [file] [log] [blame]
paul2e7d9eb2005-04-26 02:35:03 +000012005-04-26 Paul Jakma <paul.jakma@sun.com>
2
3 * quagga.xml.in: New, better, single integrated manifest for all
4 the services, courtesy of alan.maguire@sun.com.
5 * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to
6 previous
7 * quagga.init.in: Use the package tarname for properties, use
8 the correct daemon name variable.
9 * Makefile.am: Updated to match single manifest
10 * prototype.daemons.in: ditto
11
paulf3ff1552005-04-21 10:24:43 +0000122005-04-21 Paul Jakma <paul.jakma@sun.com>
13
14 * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
15 is not appropriate.
16
pauld98b74b2005-04-13 03:37:23 +0000172005-04-13 Paul Jakma <paul.jakma@sun.com>
18
19 * Makefile.am: {i,r}.manifest are (or will be) system provided files
20 and not in CVS, hence dont depend on them or distribute them.
21
paul1b414a12005-04-11 07:05:21 +0000222005-04-11 Paul Jakma <paul.jakma@sun.com>
23
24 * (all) Initial check-in of files for building S10 packages
25 * protototype.*.in: package prototype files for SysV packages
26 * *.xml.in: SMF manifests for Quagga daemons
27 * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced
28 by prototype files.
29 * pkginfo.tmpl.in: Quagga common pkginfo bits
30 * quagga.init.in: SMF method script
31 * Makefile.am: Automake file for building packages
32 * depend.*: Solaris 10 dependencies for packages, referenced by
33 prototype files.
paulc75494c2005-04-11 20:22:09 +000034 * .cvsignore: Add built files
35 * README.txt: new file, package creation, install, usage notes.