--- rpms/smeserver-git/contribs9/smeserver-git-1.1.0-db_permissions.patch 2016/06/22 17:34:22 1.1 +++ rpms/smeserver-git/contribs9/smeserver-git-1.1.0-db_permissions.patch 2016/06/23 03:36:42 1.2 @@ -1,12 +1,13 @@ 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 --- 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/root/etc/e-smith/db/configuration/migrate/80git 2016-06-22 13:30:53.245000000 -0400 -@@ -0,0 +1,7 @@ +@@ -0,0 +1,8 @@ +{ + -+system("/bin/chmod", "640", "/home/e-smith/db/networks") -+system("/bin/chmod", "640", "/home/e-smith/db/accounts") -+system("/bin/chmod", "640", "/home/e-smith/db/git") ++system("/bin/chmod", "640", "/home/e-smith/db/networks"); ++system("/bin/chmod", "640", "/home/e-smith/db/accounts"); ++system("/bin/chmod", "640", "/home/e-smith/db/git"); ++system("/bin/chown", "root:www", "/home/e-smith/db/git"); + +} 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