]> git.proxmox.com Git - zfsonlinux.git/blame - zfs-patches/0003-fix-rm-path-in-zfs-share.service.patch
drop patches no longer needed for stretch
[zfsonlinux.git] / zfs-patches / 0003-fix-rm-path-in-zfs-share.service.patch
CommitLineData
100fba2d 1From b6507e2f68b8b57f2989833c39b3512ee53c51ce Mon Sep 17 00:00:00 2001
49f86653
FG
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Thu, 27 Oct 2016 10:18:55 +0200
100fba2d 4Subject: [PATCH 3/3] fix rm path in zfs-share.service
2d5ff411
FG
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
49f86653 8
2d5ff411 9Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
49f86653
FG
10---
11 etc/systemd/system/zfs-share.service.in | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/etc/systemd/system/zfs-share.service.in b/etc/systemd/system/zfs-share.service.in
15index 688731e..494f5cb 100644
16--- a/etc/systemd/system/zfs-share.service.in
17+++ b/etc/systemd/system/zfs-share.service.in
18@@ -9,7 +9,7 @@ PartOf=smb.service
19 [Service]
20 Type=oneshot
21 RemainAfterExit=yes
22-ExecStartPre=-@bindir@/rm -f /etc/dfs/sharetab
23+ExecStartPre=-/bin/rm -f /etc/dfs/sharetab
24 ExecStart=@sbindir@/zfs share -a
25
26 [Install]
27--
282.1.4
29