From: Jon Dowland Date: Wed, 28 Apr 2010 10:43:28 +0000 (+0100) Subject: remove allow_other option (disabled by default in Debian) X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b914714fbacc0f6391175783d86feccc0f5078a9;p=packages%2Fb%2Fbup.git remove allow_other option (disabled by default in Debian) --- diff --git a/cmd/fuse-cmd.py b/cmd/fuse-cmd.py index 6488097..c03dd26 100755 --- a/cmd/fuse-cmd.py +++ b/cmd/fuse-cmd.py @@ -125,6 +125,5 @@ if opt.foreground: f.fuse_args.setmod('foreground') print f.multithreaded f.multithreaded = False -f.fuse_args.add('allow_other') f.main()