aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/templates/membersh-conf.pl
blob: ee80052fda6865a96c9c59154e790eae3196079c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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 = "^/.*";