summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-04-10 21:44:59 +0200
committerLudovic Courtès <ludo@gnu.org>2014-04-10 21:44:59 +0200
commita87f6bd7d0259024c8f8307e16e311508202380d (patch)
tree11312383968ffe952a4f09e52a2427ae78877cb5 /gnu/packages/patches
parent1f3838ac5d1f74ca9f5fa49010eeffdd9788fd6a (diff)
downloadguix-patches-a87f6bd7d0259024c8f8307e16e311508202380d.tar
guix-patches-a87f6bd7d0259024c8f8307e16e311508202380d.tar.gz
gnu: qemu: Remove 'qemu-with-multiple-smb-shares' package.
* gnu/packages/qemu.scm (qemu/smb-shares): Remove. * gnu/packages/patches/qemu-multiple-smb-shares.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/qemu-multiple-smb-shares.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/packages/patches/qemu-multiple-smb-shares.patch b/gnu/packages/patches/qemu-multiple-smb-shares.patch
deleted file mode 100644
index 8e3c6ffe1c..0000000000
--- a/gnu/packages/patches/qemu-multiple-smb-shares.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-This file extends `-smb' to add a share for the Nix store, and changes
-the name of the default share.
-
---- a/net/slirp.c
-+++ b/net/slirp.c
-@@ -515,8 +515,12 @@ static int slirp_smb(SlirpState* s, const char *exported_dir,
- "log file=%s/log.smbd\n"
- "smb passwd file=%s/smbpasswd\n"
- "security = share\n"
-- "[qemu]\n"
-- "path=%s\n"
-+ "[store]\n"
-+ "path=/gnu/store\n"
-+ "read only=yes\n"
-+ "guest ok=yes\n"
-+ "[xchg]\n"
-+ "path=%s/xchg\n"
- "read only=no\n"
- "guest ok=yes\n",
- s->smb_dir,