[Ocfs-tools-commits] manish commits r84 - in trunk: ocfs/format vendor/common

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 21 12:15:01 CDT 2004


Author: manish
Date: 2004-06-21 11:14:59 -0500 (Mon, 21 Jun 2004)
New Revision: 84

Modified:
   trunk/ocfs/format/Makefile
   trunk/vendor/common/ocfs-tools.spec.in
Log:
Remove vestiges of ocfs and ocfs2 sharing tool binaries


Modified: trunk/ocfs/format/Makefile
===================================================================
--- trunk/ocfs/format/Makefile	2004-06-18 23:50:23 UTC (rev 83)
+++ trunk/ocfs/format/Makefile	2004-06-21 16:14:59 UTC (rev 84)
@@ -44,14 +44,12 @@
 
 install-sbin-links: install-sbin-programs
 	cd $(DESTDIR)$(sbindir) \
-	&& rm -f mkfs.ocfs2 resizeocfs \
-	&& $(LN_S) mkfs.ocfs mkfs.ocfs2 \
+	&& rm -f resizeocfs \
 	&& $(LN_S) tuneocfs resizeocfs
 
 install-man-links: install-mans
 	cd $(DESTDIR)$(mandir)/man8 \
-	&& rm -f mkfs.ocfs.8 resizeocfs.8 \
-	&& $(LN_S) mkfs.ocfs.8 mkfs.ocfs2.8 \
+	&& rm -f resizeocfs.8 \
 	&& $(LN_S) tuneocfs.8 resizeocfs.8
 
 DIST_FILES = $(VERSION_FILES) $(VERSION_SRC) mkfs.ocfs.8.in tuneocfs.8.in

Modified: trunk/vendor/common/ocfs-tools.spec.in
===================================================================
--- trunk/vendor/common/ocfs-tools.spec.in	2004-06-18 23:50:23 UTC (rev 83)
+++ trunk/vendor/common/ocfs-tools.spec.in	2004-06-21 16:14:59 UTC (rev 84)
@@ -108,7 +108,6 @@
 /sbin/load_ocfs
 /sbin/load_ocfs2
 /sbin/mkfs.ocfs
-/sbin/mkfs.ocfs2
 /sbin/tuneocfs
 /sbin/resizeocfs
 /sbin/mounted.ocfs
@@ -119,6 +118,9 @@
 
 
 %changelog
+* Mon Jun 21 2004 Manish Singh <manish.singh at oracle.com>
+- Don't dist ocfs2 format for now
+
 * Fri Feb 27 2004 Manish Singh <manish.singh at oracle.com>
 - Dist ocfs2 files
 



More information about the Ocfs-tools-commits mailing list