paul | 9b78d05 | 2005-06-15 11:00:11 +0000 | [diff] [blame] | 1 | 2005-06-15 Paul Jakma <paul.jakma@sun.com> |
| 2 | |
| 3 | * quagga.xml.in: Pass the FMRI to the method, removing need for |
| 4 | daemon_name property and deducing the FMRI. |
| 5 | remove the empty config_file and pid_file definitions, they just |
| 6 | make things difficult in the method script, cause it then has to |
| 7 | deal with svcprop returning "" for defined empty properties. |
| 8 | Remove daemon_name everywhere. |
| 9 | * quagga.init.in: Take the FMRI as an argument |
| 10 | Remove deducing the FMRI from the defunct daemon_name property. |
| 11 | Use svcprop -q to test for presence of a property first. |
| 12 | Default vty_port to 0 and vty_addr to 127.1 if equivalent |
| 13 | SMF properties are not set. |
| 14 | Deduce the pid_file, we can infer it from @quagga_statedir@ I |
| 15 | think, it's probably not useful to allow it to be configurable |
| 16 | as a property anyway. |
| 17 | /var/run/ is on tmpfs on Solaris, so we probably will need |
| 18 | to create @quagga_statedir@ first run after boot. |
| 19 | Use @sbindir@, not /usr/local/sbin. |
paul | 245a2b2 | 2005-06-15 11:24:44 +0000 | [diff] [blame] | 20 | * README.txt: updated to match changed SMF manifest and |
| 21 | its changed service, instance and property group names. |
paul | 9b78d05 | 2005-06-15 11:00:11 +0000 | [diff] [blame] | 22 | |
paul | a6570ee | 2005-06-02 16:33:53 +0000 | [diff] [blame] | 23 | 2005-06-02 Paul Jakma <paul.jakma@sun.com> |
| 24 | |
| 25 | * quagga.xml.in: Fix mistake in bgpd definition. Change dependency |
| 26 | on zebra to optional. Remove the duplicated stability statements. |
| 27 | * quagga.init.in: svcprop should check PACKAGE_TARNAME, not _NAME. |
| 28 | no need to check for config file either, there's already a |
| 29 | dependency in the manifest. |
| 30 | |
paul | cbc6d74 | 2005-05-13 07:16:28 +0000 | [diff] [blame] | 31 | 2005-05-13 Paul Jakma <paul.jakma@sun.com> |
| 32 | |
| 33 | * quagga.xml.in: Sigh, XML child elements are order-sensitive. |
| 34 | * prototype.doc.in: info/dir doesnt get created always.. comment |
| 35 | out for now, likely needs to be done with an install method. |
paul | 65c1caf | 2005-05-13 07:26:07 +0000 | [diff] [blame] | 36 | * prototype.daemons.in: Move the Solaris 10 SMF specific stuff to |
| 37 | a seperate package. |
| 38 | * depend.smf: dependencies for smf package |
| 39 | * pkginfo.smf.tmpl.in: pkginfo for smf |
| 40 | * prototype.smf.in: prototype for smf |
| 41 | * Makefile.am: Add smf to pkg_names |
paul | cbc6d74 | 2005-05-13 07:16:28 +0000 | [diff] [blame] | 42 | |
paul | 2e7d9eb | 2005-04-26 02:35:03 +0000 | [diff] [blame] | 43 | 2005-04-26 Paul Jakma <paul.jakma@sun.com> |
| 44 | |
| 45 | * quagga.xml.in: New, better, single integrated manifest for all |
| 46 | the services, courtesy of alan.maguire@sun.com. |
| 47 | * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to |
| 48 | previous |
| 49 | * quagga.init.in: Use the package tarname for properties, use |
| 50 | the correct daemon name variable. |
| 51 | * Makefile.am: Updated to match single manifest |
| 52 | * prototype.daemons.in: ditto |
| 53 | |
paul | f3ff155 | 2005-04-21 10:24:43 +0000 | [diff] [blame] | 54 | 2005-04-21 Paul Jakma <paul.jakma@sun.com> |
| 55 | |
| 56 | * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix |
| 57 | is not appropriate. |
| 58 | |
paul | d98b74b | 2005-04-13 03:37:23 +0000 | [diff] [blame] | 59 | 2005-04-13 Paul Jakma <paul.jakma@sun.com> |
| 60 | |
| 61 | * Makefile.am: {i,r}.manifest are (or will be) system provided files |
| 62 | and not in CVS, hence dont depend on them or distribute them. |
| 63 | |
paul | 1b414a1 | 2005-04-11 07:05:21 +0000 | [diff] [blame] | 64 | 2005-04-11 Paul Jakma <paul.jakma@sun.com> |
| 65 | |
| 66 | * (all) Initial check-in of files for building S10 packages |
| 67 | * protototype.*.in: package prototype files for SysV packages |
| 68 | * *.xml.in: SMF manifests for Quagga daemons |
| 69 | * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced |
| 70 | by prototype files. |
| 71 | * pkginfo.tmpl.in: Quagga common pkginfo bits |
| 72 | * quagga.init.in: SMF method script |
| 73 | * Makefile.am: Automake file for building packages |
| 74 | * depend.*: Solaris 10 dependencies for packages, referenced by |
| 75 | prototype files. |
paul | c75494c | 2005-04-11 20:22:09 +0000 | [diff] [blame] | 76 | * .cvsignore: Add built files |
| 77 | * README.txt: new file, package creation, install, usage notes. |