Ignore:
Timestamp:
Oct 8, 2008, 2:34:18 PM (16 years ago)
Author:
andersk
Message:
Support Git.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/execsys/ldapize.pl

    r828 r849  
    4444  chdir '/usr/libexec/scripts-trusted';
    4545  exec('/usr/sbin/suexec', $uidNumber, $gidNumber, '/usr/libexec/scripts-trusted/svn', "$homeDirectory/Scripts/svn/$vhostDirectory");
     46} elsif ($proto eq 'git') {
     47  chdir '/usr/libexec/scripts-trusted';
     48  exec('/usr/sbin/suexec', $uidNumber, $gidNumber, '/usr/libexec/scripts-trusted/git', "$homeDirectory/Scripts/git/$vhostDirectory");
    4649} elsif ($proto eq 'http') {
    4750  print "suexec $uidNumber $gidNumber $homeDirectory/Scripts/web/$vhostDirectory/$path\n";
Note: See TracChangeset for help on using the changeset viewer.