aboutsummaryrefslogtreecommitdiffstats
path: root/modules/restrictshell/templates/membersh-conf.pl
blob: 203a2c940d54d531420a47e204fb27893a46fa51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


$bin_svn = "/usr/bin/svnserve";
$regexp_svn = "^svnserve -t\$";
#@prepend_args_svn = ( '-r', '/svn' );
@prepend_args_svn = ();

$bin_git = "/usr/bin/git-shell";

$bin_rsync = "/usr/bin/rsync";
$regexp_rsync = "^rsync --server";
$regexp_dir_rsync = "^/.*";


foreach my $f (glob("/etc/membersh-conf.d/allow_*pl")) {
    do($f)
}
1;