Mercurial > pkg
diff src/system-init.pl @ 22:43cfd1a2c523
create program to save acls.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 10 Jan 2013 07:36:04 +0000 |
parents | d46aeb3166d0 |
children | 4d1bc23e4d09 |
line wrap: on
line diff
1.1 --- a/src/system-init.pl Thu Jan 10 07:02:49 2013 +0000 1.2 +++ b/src/system-init.pl Thu Jan 10 07:36:04 2013 +0000 1.3 @@ -127,10 +127,11 @@ 1.4 execute("gpasswd --add hg-committer hg-wheel"); 1.5 execute("gpasswd --add hg-committer users"); 1.6 execute("ln -sf $pwd/profile /pkg/hg-committer/.profile"); 1.7 -execute("ln -sf $pwd/hgrc /pkg/hg-committer/.hgrc"); 1.8 execute("ln -sf $pwd/hg-wrapper /pkg/hg-committer/"); 1.9 execute("ln -sf `which hg` /pkg/hg-committer/"); 1.10 + 1.11 execute("install -o hg-committer -g hg-wheel -m 660 $pwd/hgignore /.hgignore"); 1.12 +execute("install -o hg-committer -g hg-wheel -m 660 $pwd/hgrc /.hg/"); 1.13 1.14 1.15