blob: 17f516f05d343290fca75243176a4351935919c4 [file] [log] [blame]
paul9b78d052005-06-15 11:00:11 +000012005-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.
paul245a2b22005-06-15 11:24:44 +000020 * README.txt: updated to match changed SMF manifest and
21 its changed service, instance and property group names.
paul9b78d052005-06-15 11:00:11 +000022
paula6570ee2005-06-02 16:33:53 +0000232005-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
paulcbc6d742005-05-13 07:16:28 +0000312005-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.
paul65c1caf2005-05-13 07:26:07 +000036 * 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
paulcbc6d742005-05-13 07:16:28 +000042
paul2e7d9eb2005-04-26 02:35:03 +0000432005-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
paulf3ff1552005-04-21 10:24:43 +0000542005-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
pauld98b74b2005-04-13 03:37:23 +0000592005-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
paul1b414a12005-04-11 07:05:21 +0000642005-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.
paulc75494c2005-04-11 20:22:09 +000076 * .cvsignore: Add built files
77 * README.txt: new file, package creation, install, usage notes.