[freeside-commits] freeside/FS/FS access_user.pm,1.4,1.5
Ivan,,,
ivan at wavetail.420.am
Sun Aug 6 16:39:04 PDT 2006
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv15801/FS/FS
Modified Files:
access_user.pm
Log Message:
slightly better bootstrapping for htpasswd kludge... hopefully that will go away in 1.7.1
Index: access_user.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/access_user.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- access_user.pm 28 Jul 2006 00:33:33 -0000 1.4
+++ access_user.pm 6 Aug 2006 23:39:02 -0000 1.5
@@ -104,6 +104,7 @@
sub htpasswd_kludge {
my $self = shift;
+ unshift @_, '-c' unless -e $htpasswd_file;
if (
system('htpasswd', '-b', @_,
$htpasswd_file,
More information about the freeside-commits
mailing list