1 |
|
2 |
|
3 |
$bin_svn = "/usr/bin/svnserve"; |
4 |
$regexp_svn = "^svnserve -t\$"; |
5 |
#@prepend_args_svn = ( '-r', '/svn' ); |
6 |
@prepend_args_svn = (); |
7 |
|
8 |
$bin_git = "/usr/bin/git-shell"; |
9 |
|
10 |
$bin_rsync = "/usr/bin/rsync"; |
11 |
$regexp_rsync = "^rsync --server"; |
12 |
$regexp_dir_rsync = "^/.*"; |
13 |
|
14 |
$bin_sftp = "<%= lib_dir %>/ssh/sftp-server"; |
15 |
$regexp_sftp = "^(/usr/lib{64,}/ssh/sftp-server|/usr/lib/sftp-server|/usr/libexec/sftp-server|/usr/lib/openssh/sftp-server)"; |
16 |
|
17 |
foreach my $f (glob("/etc/membersh-conf.d/allow_*pl")) { |
18 |
do($f) |
19 |
} |
20 |
1; |