- 04 Jan, 2011 1 commit
-
-
mig5 authored
-
- 30 Dec, 2010 1 commit
-
- 22 Dec, 2010 3 commits
- 21 Dec, 2010 1 commit
-
-
mig5 authored
-
- 20 Dec, 2010 13 commits
-
-
anarcat authored
This reverts commit b40035d93d918a0f220c7f7a8c7f5ae4304daf96.
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
we still need to update it in the INSTALL.txt and UPGRADE.txt unfortunately
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
Grace authored
-
anarcat authored
-
anarcat authored
-
anarcat authored
-
- 12 Dec, 2010 1 commit
-
-
mig5 authored
-
- 10 Dec, 2010 2 commits
-
-
anarcat authored
the rationale here is that we're not running as root, and therefore chown is likely to fail, unless the file already has the right owner, in which case a chown is not necessary. To quote chown(2): Only a privileged process (Linux: one with the CAP_CHOWN capability) may change the owner of a file. The owner of a file may change the group of the file to any group of which that owner is a member. A privileged process (Linux: with CAP_CHOWN) may change the group arbitrarily. So this was just a cause of trouble without any possible benefit unless we run with capabilities, and we shouldn't assume this (right now?).
-
mig5 authored
-
- 06 Dec, 2010 1 commit
-
- 26 Nov, 2010 1 commit
-
-
anarcat authored
i got tired of stabbing my eyes with inline JSON output so I wrote a very very simple command that just parses STDIN as a --backend output command. this can be useful for debugging when calling backend commands without thinking of removing --backend, or in my case, to pass data through STDIN as JSON, but still have a proper output.
-
- 22 Nov, 2010 5 commits
- 19 Nov, 2010 6 commits
-
-
Yannick Brosseau authored
Signed-off-by:
Yannick Brosseau <yannick.brosseau@gmail.com>
-
anarcat authored
-
anarcat authored
-
anarcat authored
we use webmaster@example.com if we're installing on localhost and webmaster@$aegir_host otherwise
-
anarcat authored
it's usually the same as the URL, and indeed we default to that now
-
anarcat authored
-
- 17 Nov, 2010 4 commits
- 16 Nov, 2010 1 commit
-
-
anarcat authored
this shouldn't affect default behavior, which should still create only one backend server. but it will allow people to specify a --aegir_db_host parameter to change the db server.
-