blob: b7c78d17ac93ee07344b641cac9f2a30c6a843c4 [file] [log] [blame]
paulcbc6d742005-05-13 07:16:28 +000012005-05-13 Paul Jakma <paul.jakma@sun.com>
2
3 * quagga.xml.in: Sigh, XML child elements are order-sensitive.
4 * prototype.doc.in: info/dir doesnt get created always.. comment
5 out for now, likely needs to be done with an install method.
6
paul2e7d9eb2005-04-26 02:35:03 +000072005-04-26 Paul Jakma <paul.jakma@sun.com>
8
9 * quagga.xml.in: New, better, single integrated manifest for all
10 the services, courtesy of alan.maguire@sun.com.
11 * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to
12 previous
13 * quagga.init.in: Use the package tarname for properties, use
14 the correct daemon name variable.
15 * Makefile.am: Updated to match single manifest
16 * prototype.daemons.in: ditto
17
paulf3ff1552005-04-21 10:24:43 +0000182005-04-21 Paul Jakma <paul.jakma@sun.com>
19
20 * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
21 is not appropriate.
22
pauld98b74b2005-04-13 03:37:23 +0000232005-04-13 Paul Jakma <paul.jakma@sun.com>
24
25 * Makefile.am: {i,r}.manifest are (or will be) system provided files
26 and not in CVS, hence dont depend on them or distribute them.
27
paul1b414a12005-04-11 07:05:21 +0000282005-04-11 Paul Jakma <paul.jakma@sun.com>
29
30 * (all) Initial check-in of files for building S10 packages
31 * protototype.*.in: package prototype files for SysV packages
32 * *.xml.in: SMF manifests for Quagga daemons
33 * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced
34 by prototype files.
35 * pkginfo.tmpl.in: Quagga common pkginfo bits
36 * quagga.init.in: SMF method script
37 * Makefile.am: Automake file for building packages
38 * depend.*: Solaris 10 dependencies for packages, referenced by
39 prototype files.
paulc75494c2005-04-11 20:22:09 +000040 * .cvsignore: Add built files
41 * README.txt: new file, package creation, install, usage notes.