paul | a6570ee | 2005-06-02 16:33:53 +0000 | [diff] [blame^] | 1 | 2005-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 | |
paul | cbc6d74 | 2005-05-13 07:16:28 +0000 | [diff] [blame] | 9 | 2005-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. |
paul | 65c1caf | 2005-05-13 07:26:07 +0000 | [diff] [blame] | 14 | * 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 |
paul | cbc6d74 | 2005-05-13 07:16:28 +0000 | [diff] [blame] | 20 | |
paul | 2e7d9eb | 2005-04-26 02:35:03 +0000 | [diff] [blame] | 21 | 2005-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 | |
paul | f3ff155 | 2005-04-21 10:24:43 +0000 | [diff] [blame] | 32 | 2005-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 | |
paul | d98b74b | 2005-04-13 03:37:23 +0000 | [diff] [blame] | 37 | 2005-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 | |
paul | 1b414a1 | 2005-04-11 07:05:21 +0000 | [diff] [blame] | 42 | 2005-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. |
paul | c75494c | 2005-04-11 20:22:09 +0000 | [diff] [blame] | 54 | * .cvsignore: Add built files |
| 55 | * README.txt: new file, package creation, install, usage notes. |