aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/templates/membersh-conf.pl
blob: 0d9887e1f88a3b806b98f491d269139676779df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$use_svn = "<%= allow_svn %>";
$bin_svn = "/usr/bin/svnserve";
$regexp_svn = "^svnserve -t\$";
#@prepend_args_svn = ( '-r', '/svn' );
@prepend_args_svn = ();

$use_git = "<%= allow_git %>";
$bin_git = "/usr/bin/git-shell";

$use_rsync = "<%= allow_rsync %>";
$bin_rsync = "/usr/bin/rsync";
$regexp_rsync = "^rsync --server";
$regexp_dir_rsync = "^/.*";

$use_pkgsubmit = "<%= allow_pkgsubmit %>";