]> git.pld-linux.org Git - packages/captive.git/commitdiff
- updated to allow the access of other users to root mounted captive-ntfs
authortommat <tommat@pld-linux.org>
Sat, 26 Mar 2005 22:27:09 +0000 (22:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  volumes - taken from gentoo

Changed files:
    captive-use_lufis.patch -> 1.2

captive-use_lufis.patch

index a5a43f9d0b4f613481ee77bac1fce0556f651e2a..32b41a221da159876217ada1c963d598a1370d96 100644 (file)
@@ -1,5 +1,5 @@
---- captive-1.1.5/src/client/lufs/mount.captive.in.orig        2004-12-05 21:59:19.561715008 +0100
-+++ captive-1.1.5/src/client/lufs/mount.captive.in     2004-12-05 22:00:49.549034856 +0100
+--- captive-1.1.5/src/client/lufs/mount.captive.in.orig        2003-12-02 18:23:19.000000000 +0100
++++ captive-1.1.5/src/client/lufs/mount.captive.in     2005-03-26 23:19:21.163928008 +0100
 @@ -28,8 +28,7 @@
  my $vardir='@localstatedir@/lib/captive';
  $vardir=~s#\$\Q{prefix}\E#'@prefix@';#ge;
  my $captive_sandbox_server_bin='@sbindir@/captive-sandbox-server';
  $captive_sandbox_server_bin=~s#\$\Q{exec_prefix}\E#'@exec_prefix@';#ge;
  $captive_sandbox_server_bin=~s#\$\Q{prefix}\E#'@prefix@';#ge;
-@@ -129,7 +128,7 @@
+@@ -128,8 +127,10 @@
  warn "$0: '-n' not supported - ignored" if $nomtab;
  
++my $fuseopts="-oallow_other,fsname=$image";
++
  # Use "'$oo'" to permit another expansion by bash(1) during lufsmnt(8) execution.
 -my @argv=($lufsd_bin,"none",$dir,"-o",$oo);
-+my @argv=($lufsd_bin,$oo,$dir,"-s");
++my @argv=($lufsd_bin,$oo,$dir,"-s",$fuseopts);
  
  print STDERR "$0: @argv\n" if $verbose;
  exec $lufsd_bin @argv;
-
This page took 0.06612 seconds and 4 git commands to generate.