[Pkg-zfsonlinux-devel] [SCM] zfs branch, master, updated. debian/0.6.5.8-3-31-ga540f8d

Aron Xu aron at debian.org
Tue Jul 18 10:12:21 UTC 2017


The following commit has been merged in the master branch:
commit b4c50fe96d6251159b963cb3660ae9b6a0a2629a
Author: Fabian Grünbichler <f.gruenbichler at proxmox.com>
Date:   Fri Jul 14 16:32:02 2017 +0800

    fix rm path in zfs-share.service

diff --git a/debian/patches/1003-fix-rm-path-in-zfs-share.service.patch b/debian/patches/1003-fix-rm-path-in-zfs-share.service.patch
new file mode 100644
index 0000000..2e1bde2
--- /dev/null
+++ b/debian/patches/1003-fix-rm-path-in-zfs-share.service.patch
@@ -0,0 +1,29 @@
+From 190dfc116dfa539a8e1e40c120e4b961c986c2ea Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler at proxmox.com>
+Date: Thu, 27 Oct 2016 10:18:55 +0200
+Subject: [PATCH] fix rm path in zfs-share.service
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
+---
+ etc/systemd/system/zfs-share.service.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/etc/systemd/system/zfs-share.service.in b/etc/systemd/system/zfs-share.service.in
+index 688731e..494f5cb 100644
+--- a/etc/systemd/system/zfs-share.service.in
++++ b/etc/systemd/system/zfs-share.service.in
+@@ -9,7 +9,7 @@ PartOf=smb.service
+ [Service]
+ Type=oneshot
+ RemainAfterExit=yes
+-ExecStartPre=- at bindir@/rm -f /etc/dfs/sharetab
++ExecStartPre=-/bin/rm -f /etc/dfs/sharetab
+ ExecStart=@sbindir@/zfs share -a
+ 
+ [Install]
+-- 
+2.1.4
+

-- 
UNNAMED PROJECT



More information about the Pkg-zfsonlinux-devel mailing list