From 1b414a170015f47f1fd2f75be74b1444647ce25f Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 11 Apr 2005 07:05:21 +0000 Subject: 2005-04-11 Paul Jakma * (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... --- solaris/pkginfo.tmpl.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 solaris/pkginfo.tmpl.in (limited to 'solaris/pkginfo.tmpl.in') diff --git a/solaris/pkginfo.tmpl.in b/solaris/pkginfo.tmpl.in new file mode 100644 index 00000000..2dd27fd2 --- /dev/null +++ b/solaris/pkginfo.tmpl.in @@ -0,0 +1,10 @@ +ARCH="@target_cpu@" +CATEGORY="system" +VERSION="@PACKAGE_VERSION@,REV=@CONFDATE@" +VENDOR="http://www.quagga.net/" +HOTLINE="@PACKAGE_BUGREPORT@" +EMAIL=paul@quagga.net +DESC="@PACKAGE_NAME@ Routing Protocols" +MAXINST=1 +CLASSES="none preserve renamenew manifest" +BASEDIR=/ -- cgit v1.2.1