diff src/system-init.pl @ 23:4d1bc23e4d09

implemented acl saving.
author Robert McIntyre <rlm@mit.edu>
date Thu, 10 Jan 2013 07:47:08 +0000
parents 43cfd1a2c523
children d956ace7380e
line wrap: on
line diff
     1.1 --- a/src/system-init.pl	Thu Jan 10 07:36:04 2013 +0000
     1.2 +++ b/src/system-init.pl	Thu Jan 10 07:47:08 2013 +0000
     1.3 @@ -128,6 +128,7 @@
     1.4  execute("gpasswd --add hg-committer users");
     1.5  execute("ln -sf $pwd/profile  /pkg/hg-committer/.profile");
     1.6  execute("ln -sf $pwd/hg-wrapper /pkg/hg-committer/");
     1.7 +execute("ln -sf $pwd/save-acls /pkg/hg-committer/");
     1.8  execute("ln -sf `which hg` /pkg/hg-committer/");
     1.9  
    1.10  execute("install -o hg-committer -g hg-wheel -m 660 $pwd/hgignore /.hgignore");