]> git.proxmox.com Git - mirror_frr.git/blob - solaris/ChangeLog
[solaris] Manifest referenced non-existent services, fix.
[mirror_frr.git] / solaris / ChangeLog
1 2006-04-03 Paul Jakma <paul.jakma@sun.com>
2
3 * quagga.xml.in: oops, ipvX-routing services don't exist yet in
4 any Solaris builds.
5
6 2006-03-16 Paul Jakma <paul.jakma@sun.com>
7
8 * prototype.smf.in: Oops, continue to install manifest to
9 var/svc/manifest/network for now.
10
11 2006-03-13 Alan Maguire <alan.maguire@sun.com>
12
13 * quagga.xml.in: Change the naming of services and instances.
14 network/routing/quagga:<daemon> may be neat and tidy, but
15 it's at odds with SMF convention elsewhere that demands
16 the service be named for what it does, and the instance name
17 describe the implementation (e.g. network/smtp:sendmail).
18 Remove call to method script for 'stop', SMF can do that
19 itself.
20 Enumerate the privileges required in the SMF manifest, with the
21 method_credential element.
22 Dont try provide seperate properties for each argument, it's
23 just tedious, particularly when they can no longer be
24 inherited from a common quagga service - use a single
25 "daemon-args" property, defaulting to -P 0.
26 Specify authorisation for the 'routeadm' utility and for
27 RBAC.
28
29 2006-03-13 Paul Jakma <paul.jakma@sun.com>
30
31 * quagga.init.in: Update to match SMF manifest changes.
32 If run from an SMF environment, assume method is start.
33 Offer a more tradition init script interface for pre-SMF.
34 Enable zebra for the link-state daemons.
35 Don't allow daemons to start in non-global zones, except
36 for bgpd - it doesn't have to care about underlying
37 networking much.
38 Remove all the svcprop calls, SMF or the user will supply any
39 arguments on the command-line.
40 * depend.smf.in: Add dependency on SUNWroute, which provides
41 routeadm, which provides /var/svc/manifest/network/routing
42 * prototype.smf.in: Install manifest to
43 var/svc/manifest/network/routing.
44
45 2006-02-19 Paul Jakma <paul.jakma@sun.com>
46
47 * depend.*: renamed to depend.*.in.
48 * depend.*.in: Add version dependency.
49 * Makefile.am: Generate depend.* from depend.*.in
50 Distribute the depend.*.in files rather than the depend.*
51 files.
52 * quagga.init.in: Enable zebra if one of the link-state
53 daemons is started.
54 Restart method is not required - SMF handles that.
55 * quagga.xml.in: Remove restart method details.
56
57 2005-11-04 Paul Jakma <paul.jakma@sun.com>
58
59 * prototype.dev.in: lib/md5-gnu.h is now lib/md5.h
60
61 2005-08-16 Paul Jakma <paul.jakma@sun.com>
62
63 * README.txt: point to the opensolaris.org sources for the SMF
64 manifest class scripts. Make step 3 slightly more explicit about
65 what 'this directory' is.
66
67 2005-06-15 Paul Jakma <paul.jakma@sun.com>
68
69 * quagga.xml.in: Pass the FMRI to the method, removing need for
70 daemon_name property and deducing the FMRI.
71 remove the empty config_file and pid_file definitions, they just
72 make things difficult in the method script, cause it then has to
73 deal with svcprop returning "" for defined empty properties.
74 Remove daemon_name everywhere.
75 * quagga.init.in: Take the FMRI as an argument
76 Remove deducing the FMRI from the defunct daemon_name property.
77 Use svcprop -q to test for presence of a property first.
78 Default vty_port to 0 and vty_addr to 127.1 if equivalent
79 SMF properties are not set.
80 Deduce the pid_file, we can infer it from @quagga_statedir@ I
81 think, it's probably not useful to allow it to be configurable
82 as a property anyway.
83 /var/run/ is on tmpfs on Solaris, so we probably will need
84 to create @quagga_statedir@ first run after boot.
85 Use @sbindir@, not /usr/local/sbin.
86 * README.txt: updated to match changed SMF manifest and
87 its changed service, instance and property group names.
88
89 2005-06-02 Paul Jakma <paul.jakma@sun.com>
90
91 * quagga.xml.in: Fix mistake in bgpd definition. Change dependency
92 on zebra to optional. Remove the duplicated stability statements.
93 * quagga.init.in: svcprop should check PACKAGE_TARNAME, not _NAME.
94 no need to check for config file either, there's already a
95 dependency in the manifest.
96
97 2005-05-13 Paul Jakma <paul.jakma@sun.com>
98
99 * quagga.xml.in: Sigh, XML child elements are order-sensitive.
100 * prototype.doc.in: info/dir doesnt get created always.. comment
101 out for now, likely needs to be done with an install method.
102 * prototype.daemons.in: Move the Solaris 10 SMF specific stuff to
103 a seperate package.
104 * depend.smf: dependencies for smf package
105 * pkginfo.smf.tmpl.in: pkginfo for smf
106 * prototype.smf.in: prototype for smf
107 * Makefile.am: Add smf to pkg_names
108
109 2005-04-26 Paul Jakma <paul.jakma@sun.com>
110
111 * quagga.xml.in: New, better, single integrated manifest for all
112 the services, courtesy of alan.maguire@sun.com.
113 * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to
114 previous
115 * quagga.init.in: Use the package tarname for properties, use
116 the correct daemon name variable.
117 * Makefile.am: Updated to match single manifest
118 * prototype.daemons.in: ditto
119
120 2005-04-21 Paul Jakma <paul.jakma@sun.com>
121
122 * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
123 is not appropriate.
124
125 2005-04-13 Paul Jakma <paul.jakma@sun.com>
126
127 * Makefile.am: {i,r}.manifest are (or will be) system provided files
128 and not in CVS, hence dont depend on them or distribute them.
129
130 2005-04-11 Paul Jakma <paul.jakma@sun.com>
131
132 * (all) Initial check-in of files for building S10 packages
133 * protototype.*.in: package prototype files for SysV packages
134 * *.xml.in: SMF manifests for Quagga daemons
135 * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced
136 by prototype files.
137 * pkginfo.tmpl.in: Quagga common pkginfo bits
138 * quagga.init.in: SMF method script
139 * Makefile.am: Automake file for building packages
140 * depend.*: Solaris 10 dependencies for packages, referenced by
141 prototype files.
142 * .cvsignore: Add built files
143 * README.txt: new file, package creation, install, usage notes.