From 1d3a09e5ec8743658ad0f5b0c10a1ce09c96e352 Mon Sep 17 00:00:00 2001 From: fanyong Date: Sat, 30 Sep 2006 07:09:44 +0000 Subject: [PATCH] Small fix for setup/clean l_getidentity/l_facl. --- lustre/utils/module_cleanup.sh | 3 ++- lustre/utils/module_setup.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/utils/module_cleanup.sh b/lustre/utils/module_cleanup.sh index 92f0cce..a30faeb 100755 --- a/lustre/utils/module_cleanup.sh +++ b/lustre/utils/module_cleanup.sh @@ -19,4 +19,5 @@ echo "Removing Lustre modules from "$MDIR rm -f $MDIR/* depmod -a rm -f /sbin/mount.lustre - +rm -f /usr/sbin/l_getidentity +rm -f /usr/sbin/l_facl diff --git a/lustre/utils/module_setup.sh b/lustre/utils/module_setup.sh index b2a4353..74ff9c1 100755 --- a/lustre/utils/module_setup.sh +++ b/lustre/utils/module_setup.sh @@ -58,6 +58,8 @@ depmod -A -e echo "Copying mount from local build dir to "$MDIR cp -u ../utils/mount.lustre /sbin/. +cp -u ../utils/l_getidentity /usr/sbin/. +cp -u ../utils/l_facl /usr/sbin/. MP="/sbin/modprobe" MPI="$MP --ignore-install" -- 1.8.3.1