blob: e3144dffab675a618a9dba6427b49d96bbcdcd85 [file] [log] [blame]
paule8322032005-11-04 12:34:06 +000012005-11-04 Paul Jakma <paul.jakma@sun.com>
2
3 * prototype.dev.in: lib/md5-gnu.h is now lib/md5.h
4
paul7d7d0f32005-08-16 17:23:15 +000052005-08-16 Paul Jakma <paul.jakma@sun.com>
6
7 * README.txt: point to the opensolaris.org sources for the SMF
8 manifest class scripts. Make step 3 slightly more explicit about
9 what 'this directory' is.
10
paul9b78d052005-06-15 11:00:11 +0000112005-06-15 Paul Jakma <paul.jakma@sun.com>
12
13 * quagga.xml.in: Pass the FMRI to the method, removing need for
14 daemon_name property and deducing the FMRI.
15 remove the empty config_file and pid_file definitions, they just
16 make things difficult in the method script, cause it then has to
17 deal with svcprop returning "" for defined empty properties.
18 Remove daemon_name everywhere.
19 * quagga.init.in: Take the FMRI as an argument
20 Remove deducing the FMRI from the defunct daemon_name property.
21 Use svcprop -q to test for presence of a property first.
22 Default vty_port to 0 and vty_addr to 127.1 if equivalent
23 SMF properties are not set.
24 Deduce the pid_file, we can infer it from @quagga_statedir@ I
25 think, it's probably not useful to allow it to be configurable
26 as a property anyway.
27 /var/run/ is on tmpfs on Solaris, so we probably will need
28 to create @quagga_statedir@ first run after boot.
29 Use @sbindir@, not /usr/local/sbin.
paul245a2b22005-06-15 11:24:44 +000030 * README.txt: updated to match changed SMF manifest and
31 its changed service, instance and property group names.
paul9b78d052005-06-15 11:00:11 +000032
paula6570ee2005-06-02 16:33:53 +0000332005-06-02 Paul Jakma <paul.jakma@sun.com>
34
35 * quagga.xml.in: Fix mistake in bgpd definition. Change dependency
36 on zebra to optional. Remove the duplicated stability statements.
37 * quagga.init.in: svcprop should check PACKAGE_TARNAME, not _NAME.
38 no need to check for config file either, there's already a
39 dependency in the manifest.
40
paulcbc6d742005-05-13 07:16:28 +0000412005-05-13 Paul Jakma <paul.jakma@sun.com>
42
43 * quagga.xml.in: Sigh, XML child elements are order-sensitive.
44 * prototype.doc.in: info/dir doesnt get created always.. comment
45 out for now, likely needs to be done with an install method.
paul65c1caf2005-05-13 07:26:07 +000046 * prototype.daemons.in: Move the Solaris 10 SMF specific stuff to
47 a seperate package.
48 * depend.smf: dependencies for smf package
49 * pkginfo.smf.tmpl.in: pkginfo for smf
50 * prototype.smf.in: prototype for smf
51 * Makefile.am: Add smf to pkg_names
paulcbc6d742005-05-13 07:16:28 +000052
paul2e7d9eb2005-04-26 02:35:03 +0000532005-04-26 Paul Jakma <paul.jakma@sun.com>
54
55 * quagga.xml.in: New, better, single integrated manifest for all
56 the services, courtesy of alan.maguire@sun.com.
57 * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to
58 previous
59 * quagga.init.in: Use the package tarname for properties, use
60 the correct daemon name variable.
61 * Makefile.am: Updated to match single manifest
62 * prototype.daemons.in: ditto
63
paulf3ff1552005-04-21 10:24:43 +0000642005-04-21 Paul Jakma <paul.jakma@sun.com>
65
66 * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix
67 is not appropriate.
68
pauld98b74b2005-04-13 03:37:23 +0000692005-04-13 Paul Jakma <paul.jakma@sun.com>
70
71 * Makefile.am: {i,r}.manifest are (or will be) system provided files
72 and not in CVS, hence dont depend on them or distribute them.
73
paul1b414a12005-04-11 07:05:21 +0000742005-04-11 Paul Jakma <paul.jakma@sun.com>
75
76 * (all) Initial check-in of files for building S10 packages
77 * protototype.*.in: package prototype files for SysV packages
78 * *.xml.in: SMF manifests for Quagga daemons
79 * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced
80 by prototype files.
81 * pkginfo.tmpl.in: Quagga common pkginfo bits
82 * quagga.init.in: SMF method script
83 * Makefile.am: Automake file for building packages
84 * depend.*: Solaris 10 dependencies for packages, referenced by
85 prototype files.
paulc75494c2005-04-11 20:22:09 +000086 * .cvsignore: Add built files
87 * README.txt: new file, package creation, install, usage notes.