summaryrefslogtreecommitdiffstats
path: root/solaris/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [solaris] version depend files, auto-generate. Start zebra when needed.Paul Jakma2006-02-191-4/+8
| | | | | | | | | | | | | | 2006-02-19 Paul Jakma <paul.jakma@sun.com> * depend.*: renamed to depend.*.in. * depend.*.in: Add version dependency. * Makefile.am: Generate depend.* from depend.*.in Distribute the depend.*.in files rather than the depend.* files. * quagga.init.in: Enable zebra if one of the link-state daemons is started. Restart method is not required - SMF handles that. * quagga.xml.in: Remove restart method details.
* 2005-05-13 Paul Jakma <paul.jakma@sun.com>paul2005-05-131-2/+2
| | | | | | | | | * prototype.daemons.in: Move the Solaris 10 SMF specific stuff to a seperate package. * depend.smf: dependencies for smf package * pkginfo.smf.tmpl.in: pkginfo for smf * prototype.smf.in: prototype for smf * Makefile.am: Add smf to pkg_names
* 2005-04-26 Paul Jakma <paul.jakma@sun.com>paul2005-04-261-2/+2
| | | | | | | | | | | * quagga.xml.in: New, better, single integrated manifest for all the services, courtesy of alan.maguire@sun.com. * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to previous * quagga.init.in: Use the package tarname for properties, use the correct daemon name variable. * Makefile.am: Updated to match single manifest * prototype.daemons.in: ditto
* 2005-04-21 Paul Jakma <paul.jakma@sun.com>paul2005-04-211-2/+2
| | | | | * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix is not appropriate.
* 2005-04-13 Paul Jakma <paul.jakma@sun.com>paul2005-04-131-4/+3
| | | | | * Makefile.am: {i,r}.manifest are (or will be) system provided files and not in CVS, hence dont depend on them or distribute them.
* 2005-04-11 Paul Jakma <paul.jakma@sun.com>paul2005-04-111-2/+2
| | | | | * Makefile.am: README.txt to EXTRA_DIST * README.txt: new file, package creation, install, usage notes.
* 2005-04-11 Paul Jakma <paul.jakma@sun.com>paul2005-04-111-0/+120
* (all) Initial check-in of files for building S10 packages * protototype.*.in: package prototype files for SysV packages * *.xml.in: SMF manifests for Quagga daemons * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced by prototype files. * pkginfo.tmpl.in: Quagga common pkginfo bits * quagga.init.in: SMF method script * Makefile.am: Automake file for building packages * depend.*: Solaris 10 dependencies for packages, referenced by prototype files. * .cvsignore: no idea what this is for...