summarylogtreecommitdiffstats
path: root/mount.patch
diff options
context:
space:
mode:
authorFabian Maurer2016-08-31 05:13:56 +0200
committerFabian Maurer2016-08-31 05:13:56 +0200
commit669b5bb4f21b98598d8daf7da404c1f953dd3582 (patch)
treed86ad2fb0de8208e48efdcbbe3f912330443f188 /mount.patch
parent0283823cce7734629183e7f977a3933d545c9d6a (diff)
downloadaur-669b5bb4f21b98598d8daf7da404c1f953dd3582.tar.gz
Update to SDFS 3.2.1, now support spaced in buildpath
Diffstat (limited to 'mount.patch')
-rw-r--r--mount.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/mount.patch b/mount.patch
deleted file mode 100644
index a4f3e2b860aa..000000000000
--- a/mount.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- mount.sdfs 2016-04-17 20:43:31.000000000 +0200
-+++ mod-mount.sdfs 2016-07-03 00:46:23.919483868 +0200
-@@ -36,11 +36,8 @@
- else
- MEMORY=$MEM
- fi
--else
-- MEMORY=$MEM
--fi
-
--LD_PRELOAD="/usr/share/sdfs/bin/libfuse.so.2" $EXEC -server -outfile '&1' -errfile '&2' -Djava.library.path=/usr/share/sdfs/bin/ -home /usr/share/sdfs/bin/jre -Dorg.apache.commons.logging.Log=fuse.logging.FuseLog\
-+LD_PRELOAD="/usr/share/sdfs/bin/libfuse.so.2" $EXEC -server -outfile '&1' -errfile '&2' -Djava.library.path=/usr/share/sdfs/bin/ -home /usr/lib/jvm/default-runtime -Dorg.apache.commons.logging.Log=fuse.logging.FuseLog\
- -Dfuse.logging.level=INFO -Xmx$MEMORY$MU -Xms$MEMORY$MU \
- -XX:+DisableExplicitGC -pidfile /var/run/$PF -XX:+UseG1GC -Djava.awt.headless=true \
- -cp /usr/share/sdfs/lib/commons-daemon-1.0.15.jar:/usr/share/sdfs/lib/sdfs.jar:/usr/share/sdfs/lib/* fuse.SDFS.MountSDFS "$@"