]> git.pld-linux.org Git - packages/captive.git/commitdiff
- use lufis not lufsd - taken from gentoo
authortommat <tommat@pld-linux.org>
Mon, 10 Jan 2005 19:12:25 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    captive-use_lufis.patch -> 1.1

captive-use_lufis.patch [new file with mode: 0644]

diff --git a/captive-use_lufis.patch b/captive-use_lufis.patch
new file mode 100644 (file)
index 0000000..a5a43f9
--- /dev/null
@@ -0,0 +1,22 @@
+--- 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
+@@ -28,8 +28,7 @@
+ my $vardir='@localstatedir@/lib/captive';
+ $vardir=~s#\$\Q{prefix}\E#'@prefix@';#ge;
+ $vardir="/var/lib/captive" if $vardir=~/^@/;
+-my $lufsd_bin='@PATH_LUFSD@';
+-$lufsd_bin="/usr/bin/lufsd" if $lufsd_bin=~/^@/;
++my $lufsd_bin="/usr/bin/lufis";
+ 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 @@
+ warn "$0: '-n' not supported - ignored" if $nomtab;
+ # 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");
+ print STDERR "$0: @argv\n" if $verbose;
+ exec $lufsd_bin @argv;
+
This page took 0.113063 seconds and 4 git commands to generate.