[Ocfs-tools-commits] smushran commits r225 - in trunk: .
mounted/inc vendor/common
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Jan 11 18:54:25 CST 2005
Author: smushran
Date: 2005-01-11 18:54:23 -0600 (Tue, 11 Jan 2005)
New Revision: 225
Modified:
trunk/configure.in
trunk/mounted/inc/mounted.h
trunk/vendor/common/ocfs-tools.spec.in
Log:
blked.ocfs removed from the specfile
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2005-01-11 23:36:11 UTC (rev 224)
+++ trunk/configure.in 2005-01-12 00:54:23 UTC (rev 225)
@@ -8,7 +8,7 @@
MAJOR_VERSION=1
MINOR_VERSION=1
MICRO_VERSION=5
-EXTRA_VERSION=BETA1
+EXTRA_VERSION=PROD1
# Adjust this only to bump the RPM packaging version
RPM_VERSION=1
Modified: trunk/mounted/inc/mounted.h
===================================================================
--- trunk/mounted/inc/mounted.h 2005-01-11 23:36:11 UTC (rev 224)
+++ trunk/mounted/inc/mounted.h 2005-01-12 00:54:23 UTC (rev 225)
@@ -37,7 +37,6 @@
#include <kernel-list.h>
#include <libocfs.h>
-#include <bindraw.h>
#define FATAL_ERROR(fmt, arg...) ({ fprintf(stderr, "ERROR at %s, %d: " fmt ". Exiting.\n", \
__FILE__, __LINE__, ##arg); \
Modified: trunk/vendor/common/ocfs-tools.spec.in
===================================================================
--- trunk/vendor/common/ocfs-tools.spec.in 2005-01-11 23:36:11 UTC (rev 224)
+++ trunk/vendor/common/ocfs-tools.spec.in 2005-01-12 00:54:23 UTC (rev 225)
@@ -109,7 +109,6 @@
/sbin/resizeocfs
/sbin/mounted.ocfs
/sbin/fsck.ocfs
-/sbin/blked.ocfs
/sbin/ocfs_uid_gen
/etc/init.d/ocfs
More information about the Ocfs-tools-commits
mailing list