blob: 0713a1f237bc870d0ac3e3d96dfb0e36b5d60554 [file] [log] [blame]
paula6570ee2005-06-02 16:33:53 +000012005-06-02 Paul Jakma <paul.jakma@sun.com>
2
3 * quagga.xml.in: Fix mistake in bgpd definition. Change dependency
4 on zebra to optional. Remove the duplicated stability statements.
5 * quagga.init.in: svcprop should check PACKAGE_TARNAME, not _NAME.
6 no need to check for config file either, there's already a
7 dependency in the manifest.
8
paulcbc6d742005-05-13 07:16:28 +000092005-05-13 Paul Jakma <paul.jakma@sun.com>
10
11 * quagga.xml.in: Sigh, XML child elements are order-sensitive.
12 * prototype.doc.in: info/dir doesnt get created always.. comment
13 out for now, likely needs to be done with an install method.
paul65c1caf2005-05-13 07:26:07 +000014 * prototype.daemons.in: Move the Solaris 10 SMF specific stuff to
15 a seperate package.
16 * depend.smf: dependencies for smf package
17 * pkginfo.smf.tmpl.in: pkginfo for smf
18 * prototype.smf.in: prototype for smf
19 * Makefile.am: Add smf to pkg_names
paulcbc6d742005-05-13 07:16:28 +000020
paul2e7d9eb2005-04-26 02:35:03 +0000212005-04-26 Paul Jakma <paul.jakma@sun.com>
22
23 * quagga.xml.in: New, better, single integrated manifest for all
24 the services, courtesy of alan.maguire@sun.com.
25 * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to
26 previous
27 * quagga.init.in: Use the package tarname for properties, use
28 the correct daemon name variable.
29 * Makefile.am: Updated to match single manifest
30 * prototype.daemons.in: ditto
31
paulf3ff1552005-04-21 10:24:43 +0000322005-04-21 Paul Jakma <paul.jakma@sun.com>
33
34 * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
35 is not appropriate.
36
pauld98b74b2005-04-13 03:37:23 +0000372005-04-13 Paul Jakma <paul.jakma@sun.com>
38
39 * Makefile.am: {i,r}.manifest are (or will be) system provided files
40 and not in CVS, hence dont depend on them or distribute them.
41
paul1b414a12005-04-11 07:05:21 +0000422005-04-11 Paul Jakma <paul.jakma@sun.com>
43
44 * (all) Initial check-in of files for building S10 packages
45 * protototype.*.in: package prototype files for SysV packages
46 * *.xml.in: SMF manifests for Quagga daemons
47 * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced
48 by prototype files.
49 * pkginfo.tmpl.in: Quagga common pkginfo bits
50 * quagga.init.in: SMF method script
51 * Makefile.am: Automake file for building packages
52 * depend.*: Solaris 10 dependencies for packages, referenced by
53 prototype files.
paulc75494c2005-04-11 20:22:09 +000054 * .cvsignore: Add built files
55 * README.txt: new file, package creation, install, usage notes.