Package: module-assistant
Version: 0.10.11
"module-assistant -u path" with path writeable thanks to ACLs does not
correctly detect the write permissions. It then fails with
path is not writeable!
I suggest the following patch be applied
---
Signed-off-by: Quentin Godfroy <[EMAIL PROTECTED]>
--- module-assistant.back 2006-11-15 16:32:21.000000000 +0100
+++ module-assistant 2007-11-18 00:21:01.000000000 +0100
@@ -45,6 +45,7 @@ my $ret=0;
use Getopt::Long qw(:config no_ignore_case bundling pass_through);
use File::Basename;
use Cwd;
+use filetest 'access';
$res = (defined($ENV{"MA_DIR"})) ? $ENV{"MA_DIR"} : "/usr/share/modass";
$var= (defined($ENV{"MA_VARDIR"})) ? $ENV{"MA_VARDIR"} : "/var/cache/modass";
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]