diff options
author | paul <paul> | 2005-04-11 07:05:21 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-11 07:05:21 +0000 |
commit | 1b414a170015f47f1fd2f75be74b1444647ce25f (patch) | |
tree | d3d24e25604fd8fc776d975c409048db57b69efb /solaris/pkginfo.libs.tmpl.in | |
parent | cf460ef9478de57fae490ff1bd8cb58ccbe40b40 (diff) |
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...
Diffstat (limited to 'solaris/pkginfo.libs.tmpl.in')
-rw-r--r-- | solaris/pkginfo.libs.tmpl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solaris/pkginfo.libs.tmpl.in b/solaris/pkginfo.libs.tmpl.in new file mode 100644 index 00000000..42adc6e1 --- /dev/null +++ b/solaris/pkginfo.libs.tmpl.in @@ -0,0 +1,2 @@ +PKG=QUAGGAlibs +NAME="@PACKAGE_NAME@ - @PACKAGE_NAME@ common runtime libraries" |