[pkg-horde] [SCM] Debian Horde Packages repository: sork-passwd-h3 package branch, upstream+patches, updated. 983e5210623aa83a356c9b690d3bdeab7fb59c2b

Gregory Colpart reg at foulademer.gcolpart.com
Sun May 31 21:20:32 UTC 2009


The following commit has been merged in the upstream+patches branch:
commit 983e5210623aa83a356c9b690d3bdeab7fb59c2b
Author: Gregory Colpart <reg at foulademer.gcolpart.com>
Date:   Sun May 31 18:26:13 2009 +0200

    Adapt expect script to "passwd is the shell" case

diff --git a/config/backends.php.dist b/config/backends.php.dist
index 860317c..4112e30 100644
--- a/config/backends.php.dist
+++ b/config/backends.php.dist
@@ -150,7 +150,7 @@ $backends['expect'] = array(
     'params' => array(
         'program' => '/usr/bin/expect',
         'script' => dirname(__FILE__) . '/../scripts/passwd_expect',
-        'params' => '-telnet -host localhost -output /tmp/passwd.log'
+        'params' => '-ssh -host localhost -output `tempfile --directory /tmp/ --prefix srkpw`'
     )
 );
 

-- 
Debian Horde Packages repository: sork-passwd-h3 package



More information about the pkg-horde-hackers mailing list