paul | cbc6d74 | 2005-05-13 07:16:28 +0000 | [diff] [blame] | 1 | 2005-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. |
paul | 65c1caf | 2005-05-13 07:26:07 +0000 | [diff] [blame] | 6 | * 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 |
paul | cbc6d74 | 2005-05-13 07:16:28 +0000 | [diff] [blame] | 12 | |
paul | 2e7d9eb | 2005-04-26 02:35:03 +0000 | [diff] [blame] | 13 | 2005-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 | |
paul | f3ff155 | 2005-04-21 10:24:43 +0000 | [diff] [blame] | 24 | 2005-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 | |
paul | d98b74b | 2005-04-13 03:37:23 +0000 | [diff] [blame] | 29 | 2005-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 | |
paul | 1b414a1 | 2005-04-11 07:05:21 +0000 | [diff] [blame] | 34 | 2005-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. |
paul | c75494c | 2005-04-11 20:22:09 +0000 | [diff] [blame] | 46 | * .cvsignore: Add built files |
| 47 | * README.txt: new file, package creation, install, usage notes. |