[Lunar-commits] <moonbase> zfs: ZFS is only supported with 64-bit kernels.
Dave Brown
dagbrown at lunar-linux.org
Tue May 10 03:59:02 CEST 2011
commit c7e8c540af5a520cf7937cbc7a0a7056dc24596f
Author: Dave Brown <dagbrown at lunar-linux.org>
Date: Tue May 10 10:58:28 2011 +0900
zfs: ZFS is only supported with 64-bit kernels.
---
zbeta/zfs/BUILD | 6 ------
zbeta/zfs/BUILD.x86_64 | 6 ++++++
zbeta/zfs/DETAILS | 21 ---------------------
zbeta/zfs/DETAILS.x86_64 | 21 +++++++++++++++++++++
4 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/zbeta/zfs/BUILD b/zbeta/zfs/BUILD
deleted file mode 100644
index b55f698..0000000
--- a/zbeta/zfs/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- sh autogen.sh &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/zfs/BUILD.x86_64 b/zbeta/zfs/BUILD.x86_64
new file mode 100644
index 0000000..b55f698
--- /dev/null
+++ b/zbeta/zfs/BUILD.x86_64
@@ -0,0 +1,6 @@
+(
+
+ sh autogen.sh &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/zfs/DETAILS b/zbeta/zfs/DETAILS
deleted file mode 100644
index 3209337..0000000
--- a/zbeta/zfs/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=zfs
- VERSION=0.6.0-rc4
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=https://github.com/downloads/behlendorf/zfs/
- SOURCE_VFY=sha1:c01bb9458586c5b50ee4d3dfb8b6059689da1e12
- WEB_SITE=http://www.zfsonlinux.org
- ENTERED=20110425
- UPDATED=20110510
- LICENSE=CDDL
- SHORT="Native ZFS implementation for Linux"
-
-cat << EOF
-ZFS is a combined file system and logical volume manager designed
-by Sun Microsystems. The features of ZFS include data integrity
-(protection against bit rot, etc.), support for high storage
-capacities, integration of the concepts of filesystem and volume
-management, snapshots and copy-on-write clones, continuous
-integrity checking and automatic repair, RAID-Z and native NFSv4
-ACLs. ZFS is implemented as open-source software, licensed under
-the Common Development and Distribution License (CDDL).
-EOF
diff --git a/zbeta/zfs/DETAILS.x86_64 b/zbeta/zfs/DETAILS.x86_64
new file mode 100644
index 0000000..3209337
--- /dev/null
+++ b/zbeta/zfs/DETAILS.x86_64
@@ -0,0 +1,21 @@
+ MODULE=zfs
+ VERSION=0.6.0-rc4
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=https://github.com/downloads/behlendorf/zfs/
+ SOURCE_VFY=sha1:c01bb9458586c5b50ee4d3dfb8b6059689da1e12
+ WEB_SITE=http://www.zfsonlinux.org
+ ENTERED=20110425
+ UPDATED=20110510
+ LICENSE=CDDL
+ SHORT="Native ZFS implementation for Linux"
+
+cat << EOF
+ZFS is a combined file system and logical volume manager designed
+by Sun Microsystems. The features of ZFS include data integrity
+(protection against bit rot, etc.), support for high storage
+capacities, integration of the concepts of filesystem and volume
+management, snapshots and copy-on-write clones, continuous
+integrity checking and automatic repair, RAID-Z and native NFSv4
+ACLs. ZFS is implemented as open-source software, licensed under
+the Common Development and Distribution License (CDDL).
+EOF
More information about the Lunar-commits
mailing list