From 98693d8cedf4ff1e01d4d5dca6558064004aa6e2 Mon Sep 17 00:00:00 2001 From: manoj <manoj> Date: Fri, 7 Sep 2007 09:40:18 +0000 Subject: [PATCH] Solaris package prototype Readme for uoss Author message for udmu --- build/pkginfo | 42 ++++++++++++++++++++++++++++++++++++++++++ build/prototype | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 build/pkginfo create mode 100644 build/prototype diff --git a/build/pkginfo b/build/pkginfo new file mode 100644 index 0000000000..223520b496 --- /dev/null +++ b/build/pkginfo @@ -0,0 +1,42 @@ +# +# Copyright (C) 2007 Cluster File Systems, Inc. +# +# This file is part of Lustre, http://www.lustre.org. +# +# Lustre is free software; you can redistribute it and/or +# modify it under the terms of version 2 of the GNU General Public +# License as published by the Free Software Foundation. +# +# Lustre is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Lustre; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# + +# +# Package CFSuoss +# + +PKG="CFSuoss" +NAME="Object Storage Server" +ARCH="ISA" +VERSION="Beta" +SUNW_PRODNAME="SunOS" +SUNW_PRODVERS="RELEASE/VERSION" +SUNW_PKGTYPE="usr" +MAXINST="1000" +CATEGORY="system" +DESC="Lustre Object Storage Server and utilities" +VENDOR="Cluster Filesystems, Inc." +HOTLINE="Please contact your local service provider" +EMAIL="" +CLASSES="none" +BASEDIR=/ +SUNW_PKGVERS="1.1" +SUNW_PKG_ALLZONES="true" +SUNW_PKG_HOLLOW="false" +SUNW_PKG_THISZONE=" diff --git a/build/prototype b/build/prototype new file mode 100644 index 0000000000..996fd59793 --- /dev/null +++ b/build/prototype @@ -0,0 +1,39 @@ +# +# Copyright (C) 2007 Cluster File Systems, Inc. +# +# This file is part of Lustre, http://www.lustre.org. +# +# Lustre is free software; you can redistribute it and/or +# modify it under the terms of version 2 of the GNU General Public +# License as published by the Free Software Foundation. +# +# Lustre is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Lustre; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# + +# Package CFSuoss + +# packaging files +i pkginfo +d none etc/fs 755 root sys +d none etc/fs/lustre 755 root sys +f none etc/fs/lustre/mount=../lustre/utils/mount.lustre 555 root sys +d none usr/lib/fs 755 root sys +d none usr/lib/fs/lustre 755 root sys +#s none usr/lib/fs/lustre/mount=../../../../etc/fs/lustre/mount +#f none usr/lib/fs/lustre/mkfs=../lustre/utils/mkfs.lustre 555 root bin +#s none usr/bin/mkfs.lustre=../lib/fs/lustre/mkfs +#f none usr/lib/fs/lustre/tunefs=../lustre/utils/tunefs.lustre 555 root bin +f none usr/lib/fs/lustre/lustre_uoss=../lustre/utils/lustre_uoss 555 root bin +s none usr/bin/lustre_uoss=../../usr/lib/fs/lustre/lustre_uoss +#f none usr/lib/fs/lustre/lustre_echoserver=../lustre/utils/lustre_echoserver 555 root bin +#s none usr/bin/lustre_echoserver=../../usr/lib/fs/lustre/lustre_echoserver +f none usr/lib/fs/lustre/readme.txt=../lustre/utils/uoss.readme.txt 444 root bin +f none usr/lib/libzpool.so.1=$(DMU_SRC)/usr/src/lib/libzpool/i386/libzpool.so.1 755 root sys +s none usr/lib/libzpool.so=usr/lib/libzpool.so.1 \ No newline at end of file -- GitLab