From 884110cd675d33e3f4c37afa06193f6128ccaa01 Mon Sep 17 00:00:00 2001 From: manoj <manoj> Date: Fri, 5 Oct 2007 17:15:58 +0000 Subject: [PATCH] b=13737 fix for Multiple OSS registration failure fix permission for libzpool.so --- build/prototype | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/prototype b/build/prototype index 996fd59793..8620e8e16c 100644 --- a/build/prototype +++ b/build/prototype @@ -35,5 +35,5 @@ 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 +f none usr/lib/libzpool.so.1=$(DMU_SRC)/usr/src/lib/libzpool/i386/libzpool.so.1 755 root bin +s none usr/lib/libzpool.so=libzpool.so.1 \ No newline at end of file -- GitLab