Whamcloud - gitweb
Small fix for setup/clean l_getidentity/l_facl.
authorfanyong <fanyong>
Sat, 30 Sep 2006 07:09:44 +0000 (07:09 +0000)
committerfanyong <fanyong>
Sat, 30 Sep 2006 07:09:44 +0000 (07:09 +0000)
lustre/utils/module_cleanup.sh
lustre/utils/module_setup.sh

index 92f0cce..a30faeb 100755 (executable)
@@ -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
index b2a4353..74ff9c1 100755 (executable)
@@ -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"