summaryrefslogtreecommitdiffstats
path: root/solaris
Commit message (Collapse)AuthorAgeFilesLines
* 2005-04-26 Paul Jakma <paul.jakma@sun.com>paul2005-04-2611-692/+344
| | | | | | | | | | | * 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-212-1/+6
| | | | | * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix is not appropriate.
* There is no RIPv3. It is a RIPng (by the way for your information, the ↵jardin2005-04-201-1/+1
| | | | version of RIPng is v1).
* 2005-04-13 Paul Jakma <paul.jakma@sun.com>paul2005-04-132-3/+7
| | | | | * 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-112-3/+12
| | | | * .cvsignore: Add built files
* 2005-04-11 Paul Jakma <paul.jakma@sun.com>paul2005-04-113-1/+109
| | | | | * 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-1123-0/+1065
* (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...