diff options
author | ivan <ivan> | 2006-08-06 23:39:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-08-06 23:39:02 +0000 |
commit | 65fc97717e093e8ff35d6f4c0efd04e3af334c8d (patch) | |
tree | 57be70e942d0f6569de921d8f519b34356558938 /FS/FS | |
parent | 81676223e719782d4197841b78434df977457865 (diff) |
slightly better bootstrapping for htpasswd kludge... hopefully that will go away in 1.7.1
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/access_user.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/access_user.pm b/FS/FS/access_user.pm index d325dd6cc..37b3b2f37 100644 --- a/FS/FS/access_user.pm +++ b/FS/FS/access_user.pm @@ -104,6 +104,7 @@ sub insert { sub htpasswd_kludge { my $self = shift; + unshift @_, '-c' unless -e $htpasswd_file; if ( system('htpasswd', '-b', @_, $htpasswd_file, |