]> git.proxmox.com Git - mirror_frr.git/commit
2005-04-11 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Mon, 11 Apr 2005 07:05:21 +0000 (07:05 +0000)
committerpaul <paul>
Mon, 11 Apr 2005 07:05:21 +0000 (07:05 +0000)
commit1b414a170015f47f1fd2f75be74b1444647ce25f
treed3d24e25604fd8fc776d975c409048db57b69efb
parentcf460ef9478de57fae490ff1bd8cb58ccbe40b40
2005-04-11 Paul Jakma <paul.jakma@sun.com>

* (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...
23 files changed:
solaris/.cvsignore [new file with mode: 0644]
solaris/ChangeLog [new file with mode: 0644]
solaris/Makefile.am [new file with mode: 0644]
solaris/bgpd.xml.in [new file with mode: 0644]
solaris/depend.daemons [new file with mode: 0644]
solaris/depend.dev [new file with mode: 0644]
solaris/depend.doc [new file with mode: 0644]
solaris/depend.libs [new file with mode: 0644]
solaris/ospf6d.xml.in [new file with mode: 0644]
solaris/ospfd.xml.in [new file with mode: 0644]
solaris/pkginfo.daemons.tmpl.in [new file with mode: 0644]
solaris/pkginfo.dev.tmpl.in [new file with mode: 0644]
solaris/pkginfo.doc.tmpl.in [new file with mode: 0644]
solaris/pkginfo.libs.tmpl.in [new file with mode: 0644]
solaris/pkginfo.tmpl.in [new file with mode: 0644]
solaris/prototype.daemons.in [new file with mode: 0644]
solaris/prototype.dev.in [new file with mode: 0644]
solaris/prototype.doc.in [new file with mode: 0644]
solaris/prototype.libs.in [new file with mode: 0644]
solaris/quagga.init.in [new file with mode: 0755]
solaris/ripd.xml.in [new file with mode: 0644]
solaris/ripngd.xml.in [new file with mode: 0644]
solaris/zebra.xml.in [new file with mode: 0644]