1 |
diff -Nur smeserver-git-1.1.0.old/root/etc/e-smith/db/configuration/migrate/80git smeserver-git-1.1.0/root/etc/e-smith/db/configuration/migrate/80git |
diff -Nur smeserver-git-1.1.0.old/root/etc/e-smith/db/configuration/migrate/80git smeserver-git-1.1.0/root/etc/e-smith/db/configuration/migrate/80git |
2 |
--- smeserver-git-1.1.0.old/root/etc/e-smith/db/configuration/migrate/80git 1969-12-31 19:00:00.000000000 -0500 |
--- smeserver-git-1.1.0.old/root/etc/e-smith/db/configuration/migrate/80git 1969-12-31 19:00:00.000000000 -0500 |
3 |
+++ smeserver-git-1.1.0/root/etc/e-smith/db/configuration/migrate/80git 2016-06-22 13:30:53.245000000 -0400 |
+++ smeserver-git-1.1.0/root/etc/e-smith/db/configuration/migrate/80git 2016-06-22 13:30:53.245000000 -0400 |
4 |
@@ -0,0 +1,7 @@ |
@@ -0,0 +1,8 @@ |
5 |
+{ |
+{ |
6 |
+ |
+ |
7 |
+system("/bin/chmod", "640", "/home/e-smith/db/networks") |
+system("/bin/chmod", "640", "/home/e-smith/db/networks"); |
8 |
+system("/bin/chmod", "640", "/home/e-smith/db/accounts") |
+system("/bin/chmod", "640", "/home/e-smith/db/accounts"); |
9 |
+system("/bin/chmod", "640", "/home/e-smith/db/git") |
+system("/bin/chmod", "640", "/home/e-smith/db/git"); |
10 |
|
+system("/bin/chown", "root:www", "/home/e-smith/db/git"); |
11 |
+ |
+ |
12 |
+} |
+} |
13 |
diff -Nur smeserver-git-1.1.0.old/root/etc/e-smith/events/actions/git-repository-create-modify smeserver-git-1.1.0/root/etc/e-smith/events/actions/git-repository-create-modify |
diff -Nur smeserver-git-1.1.0.old/root/etc/e-smith/events/actions/git-repository-create-modify smeserver-git-1.1.0/root/etc/e-smith/events/actions/git-repository-create-modify |