blob: 2f413f537a71d061dfc4b1fa104740b97fc62e5d [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.
paul65c1caf2005-05-13 07:26:07 +00006 * prototype.daemons.in: Move the Solaris 10 SMF specific stuff to
7 a seperate package.
8 * depend.smf: dependencies for smf package
9 * pkginfo.smf.tmpl.in: pkginfo for smf
10 * prototype.smf.in: prototype for smf
11 * Makefile.am: Add smf to pkg_names
paulcbc6d742005-05-13 07:16:28 +000012
paul2e7d9eb2005-04-26 02:35:03 +0000132005-04-26 Paul Jakma <paul.jakma@sun.com>
14
15 * quagga.xml.in: New, better, single integrated manifest for all
16 the services, courtesy of alan.maguire@sun.com.
17 * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to
18 previous
19 * quagga.init.in: Use the package tarname for properties, use
20 the correct daemon name variable.
21 * Makefile.am: Updated to match single manifest
22 * prototype.daemons.in: ditto
23
paulf3ff1552005-04-21 10:24:43 +0000242005-04-21 Paul Jakma <paul.jakma@sun.com>
25
26 * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
27 is not appropriate.
28
pauld98b74b2005-04-13 03:37:23 +0000292005-04-13 Paul Jakma <paul.jakma@sun.com>
30
31 * Makefile.am: {i,r}.manifest are (or will be) system provided files
32 and not in CVS, hence dont depend on them or distribute them.
33
paul1b414a12005-04-11 07:05:21 +0000342005-04-11 Paul Jakma <paul.jakma@sun.com>
35
36 * (all) Initial check-in of files for building S10 packages
37 * protototype.*.in: package prototype files for SysV packages
38 * *.xml.in: SMF manifests for Quagga daemons
39 * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced
40 by prototype files.
41 * pkginfo.tmpl.in: Quagga common pkginfo bits
42 * quagga.init.in: SMF method script
43 * Makefile.am: Automake file for building packages
44 * depend.*: Solaris 10 dependencies for packages, referenced by
45 prototype files.
paulc75494c2005-04-11 20:22:09 +000046 * .cvsignore: Add built files
47 * README.txt: new file, package creation, install, usage notes.