[Ocfs-tools-commits] manish commits r208 - trunk/vendor/common

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 30 17:50:47 CDT 2004


Author: manish
Date: 2004-08-30 17:50:44 -0500 (Mon, 30 Aug 2004)
New Revision: 208

Modified:
   trunk/vendor/common/ocfs-tools.spec.in
Log:
Remove ocfs2 stuff


Modified: trunk/vendor/common/ocfs-tools.spec.in
===================================================================
--- trunk/vendor/common/ocfs-tools.spec.in	2004-08-30 22:44:14 UTC (rev 207)
+++ trunk/vendor/common/ocfs-tools.spec.in	2004-08-30 22:50:44 UTC (rev 208)
@@ -60,28 +60,16 @@
 cp -f vendor/$IVENDOR/ocfs.init $RPM_BUILD_ROOT/etc/init.d/ocfs
 ln -s ocfs $RPM_BUILD_ROOT/etc/init.d/ocfs2
 
-for tool in load_ocfs ocfs_uid_gen
+for tool in format fsck load_ocfs ocfs_uid_gen
 do
   cd $tool; make DESTDIR="$RPM_BUILD_ROOT" sbindir=/sbin install; cd ..
 done
 
-cd ocfs
-for tool in format fsck
-do
-  cd $tool; make DESTDIR="$RPM_BUILD_ROOT" sbindir=/sbin install; cd ..
-done
-
 for tool in debugocfs
 do
   cd $tool; make DESTDIR="$RPM_BUILD_ROOT" install; cd ..
 done
 
-cd ../ocfs2
-for tool in mkfs.ocfs2 debugfs.ocfs2
-do
-  cd $tool; make DESTDIR="$RPM_BUILD_ROOT" sbindir=/sbin install; cd ..
-done
-
 cd ..
 for tool in ocfstool
 do
@@ -105,14 +93,12 @@
 
 %post -n ocfs-support
 chkconfig ocfs on
-chkconfig ocfs2 on
 IVENDOR=redhat
 if [ -r /etc/UnitedLinux-release -o -r /etc/SuSE-release ]
 then
     IVENDOR=unitedlinux
 else
     /etc/init.d/ocfs link
-    /etc/init.d/ocfs2 link
 fi
 
 
@@ -125,21 +111,20 @@
 %files -n ocfs-support
 %defattr(-,root,root)
 /sbin/load_ocfs
-/sbin/load_ocfs2
 /sbin/mkfs.ocfs
 /sbin/tuneocfs
 /sbin/resizeocfs
 /sbin/mounted.ocfs
 /sbin/fsck.ocfs
 /sbin/blked.ocfs
-/sbin/mkfs.ocfs2
-/sbin/debugfs.ocfs2
 /sbin/ocfs_uid_gen
 /etc/init.d/ocfs
-/etc/init.d/ocfs2
 
 
 %changelog
+* Mon Aug 30 2004 Manish Singh <manish.singh at oracle.com>
+- Remove ocfs2 stuff
+
 * Mon Jun 21 2004 Manish Singh <manish.singh at oracle.com>
 - Don't dist ocfs2 format for now
 



More information about the Ocfs-tools-commits mailing list