blob: ab0c618e9cf99755726e43af020f16615e11f7fc [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.
20
paula6570ee2005-06-02 16:33:53 +0000212005-06-02 Paul Jakma <paul.jakma@sun.com>
22
23 * quagga.xml.in: Fix mistake in bgpd definition. Change dependency
24 on zebra to optional. Remove the duplicated stability statements.
25 * quagga.init.in: svcprop should check PACKAGE_TARNAME, not _NAME.
26 no need to check for config file either, there's already a
27 dependency in the manifest.
28
paulcbc6d742005-05-13 07:16:28 +0000292005-05-13 Paul Jakma <paul.jakma@sun.com>
30
31 * quagga.xml.in: Sigh, XML child elements are order-sensitive.
32 * prototype.doc.in: info/dir doesnt get created always.. comment
33 out for now, likely needs to be done with an install method.
paul65c1caf2005-05-13 07:26:07 +000034 * prototype.daemons.in: Move the Solaris 10 SMF specific stuff to
35 a seperate package.
36 * depend.smf: dependencies for smf package
37 * pkginfo.smf.tmpl.in: pkginfo for smf
38 * prototype.smf.in: prototype for smf
39 * Makefile.am: Add smf to pkg_names
paulcbc6d742005-05-13 07:16:28 +000040
paul2e7d9eb2005-04-26 02:35:03 +0000412005-04-26 Paul Jakma <paul.jakma@sun.com>
42
43 * quagga.xml.in: New, better, single integrated manifest for all
44 the services, courtesy of alan.maguire@sun.com.
45 * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to
46 previous
47 * quagga.init.in: Use the package tarname for properties, use
48 the correct daemon name variable.
49 * Makefile.am: Updated to match single manifest
50 * prototype.daemons.in: ditto
51
paulf3ff1552005-04-21 10:24:43 +0000522005-04-21 Paul Jakma <paul.jakma@sun.com>
53
54 * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
55 is not appropriate.
56
pauld98b74b2005-04-13 03:37:23 +0000572005-04-13 Paul Jakma <paul.jakma@sun.com>
58
59 * Makefile.am: {i,r}.manifest are (or will be) system provided files
60 and not in CVS, hence dont depend on them or distribute them.
61
paul1b414a12005-04-11 07:05:21 +0000622005-04-11 Paul Jakma <paul.jakma@sun.com>
63
64 * (all) Initial check-in of files for building S10 packages
65 * protototype.*.in: package prototype files for SysV packages
66 * *.xml.in: SMF manifests for Quagga daemons
67 * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced
68 by prototype files.
69 * pkginfo.tmpl.in: Quagga common pkginfo bits
70 * quagga.init.in: SMF method script
71 * Makefile.am: Automake file for building packages
72 * depend.*: Solaris 10 dependencies for packages, referenced by
73 prototype files.
paulc75494c2005-04-11 20:22:09 +000074 * .cvsignore: Add built files
75 * README.txt: new file, package creation, install, usage notes.