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

Aron Xu aron at debian.org
Mon Nov 9 12:32:23 UTC 2015


The following commit has been merged in the master branch:
commit a59817ef6929a32965fd6fcbe6bcef5f52589bd6
Author: Aron Xu <aron at debian.org>
Date:   Mon Nov 9 20:15:04 2015 +0800

    Correct systemd files path

diff --git a/debian/zfs-zed.install b/debian/zfs-zed.install
index f0ea073..81089fe 100644
--- a/debian/zfs-zed.install
+++ b/debian/zfs-zed.install
@@ -2,5 +2,5 @@ sbin/zed
 etc/init.d/zfs-zed
 etc/zfs/zed.d/*
 usr/lib/*/zfs/zed.d/*
-usr/lib/systemd/system/zed.service
+usr/lib/systemd/system/zed.service lib/systemd/system/
 usr/share/man/man8/zed.8
diff --git a/debian/zfsutils-linux.install b/debian/zfsutils-linux.install
index 24091f9..935cb9d 100644
--- a/debian/zfsutils-linux.install
+++ b/debian/zfsutils-linux.install
@@ -1,7 +1,7 @@
 ../tree/zfsutils/* /
-usr/lib/systemd/system/zfs*
-usr/lib/systemd/system-preset/
-usr/lib/modules-load.d/
+usr/lib/systemd/system/zfs* lib/systemd/system/
+usr/lib/systemd/system-preset/ lib/systemd/
+usr/lib/modules-load.d/ lib/
 lib/udev/
 etc/default/zfs
 etc/init.d/zfs-share

-- 
OpenZFS on Linux



More information about the Pkg-zfsonlinux-devel mailing list