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