diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-10-16 07:44:23 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-10-16 07:44:23 +0000 |
commit | 51510ae831c195cb2aebec391da501e939d82b81 (patch) | |
tree | a3930f33be5312c8c94975ca621707ac9cb804d2 /sysutils/avfs/files/patch-scripts_mountavfs | |
parent | security/certificate-transparency: update 20160102 -> 20161015 (diff) |
Update to upstream version 1.0.4; pet portlint
PR: 213275
Submitted by: mp39590@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=424046
Diffstat (limited to 'sysutils/avfs/files/patch-scripts_mountavfs')
-rw-r--r-- | sysutils/avfs/files/patch-scripts_mountavfs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/avfs/files/patch-scripts_mountavfs b/sysutils/avfs/files/patch-scripts_mountavfs new file mode 100644 index 000000000000..1042b3533c9e --- /dev/null +++ b/sysutils/avfs/files/patch-scripts_mountavfs @@ -0,0 +1,11 @@ +--- scripts/mountavfs.orig 2016-09-16 18:43:19 UTC ++++ scripts/mountavfs +@@ -14,7 +14,7 @@ else + MntDir=${HOME}/.avfs + fi + +-grep -qE "avfsd ${MntDir}" /proc/mounts || { ++mount -p | grep -qE "${MntDir}.*fusefs" || { + if [ ! -e "$MntDir" ]; then + mkdir -p "$MntDir" + fi |