[Pkg-zfsonlinux-devel] [SCM] zfs branch, master, updated. upstream/0.6.4.2-632-g937bf5a

Aron Xu aron at debian.org
Sun Nov 1 15:13:21 UTC 2015


The following commit has been merged in the master branch:
commit a2591d3d5931f2eb7aebd938fffa5220c590d430
Author: Aron Xu <aron at debian.org>
Date:   Sun Nov 1 23:04:05 2015 +0800

    Add zed package

diff --git a/debian/control b/debian/control
index d4b368e..5dde1ad 100644
--- a/debian/control
+++ b/debian/control
@@ -135,6 +135,18 @@ Description: command-line tools to manage ZFS filesystems
  This package provides the zfs and zpool commands to create and administer
  ZFS filesystems.
 
+Package: zfs-zed
+Section: contrib/admin
+Architecture: linux-any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: zfsutils-linux, zfs-modules | zfs-dkms
+Description: OpenZFS Event Daemon
+ The Z file system is a pooled filesystem designed for maximum data
+ integrity, supporting data snapshots, multiple copies, and data
+ checksums.
+ .
+ This package provides the Z Event Daemon (zed).
+
 Package: zfs-dbg
 Section: contrib/debug
 Priority: extra
diff --git a/debian/control.in b/debian/control.in
index d4b368e..5dde1ad 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -135,6 +135,18 @@ Description: command-line tools to manage ZFS filesystems
  This package provides the zfs and zpool commands to create and administer
  ZFS filesystems.
 
+Package: zfs-zed
+Section: contrib/admin
+Architecture: linux-any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: zfsutils-linux, zfs-modules | zfs-dkms
+Description: OpenZFS Event Daemon
+ The Z file system is a pooled filesystem designed for maximum data
+ integrity, supporting data snapshots, multiple copies, and data
+ checksums.
+ .
+ This package provides the Z Event Daemon (zed).
+
 Package: zfs-dbg
 Section: contrib/debug
 Priority: extra
diff --git a/debian/zfs-zed.install b/debian/zfs-zed.install
new file mode 100644
index 0000000..e527e2c
--- /dev/null
+++ b/debian/zfs-zed.install
@@ -0,0 +1,5 @@
+sbin/zed
+usr/lib/*/zfs/zed.d/*
+etc/init.d/zfs-zed
+etc/zfs/zed.d/*
+usr/lib/systemd/system/zed.service

-- 
ZFS on Linux



More information about the Pkg-zfsonlinux-devel mailing list