--- rpms/smeserver-gitweb/contribs8/smeserver-gitweb-1.1.0-remove_runtime_access_to_networks_db.patch 2016/06/10 15:25:57 1.2 +++ rpms/smeserver-gitweb/contribs8/smeserver-gitweb-1.1.0-remove_runtime_access_to_networks_db.patch 2016/06/24 12:15:34 1.3 @@ -87,7 +87,7 @@ diff -urN smeserver-gitweb-1.1.0.org/roo # Retrieve project properties from database my $git_db = esmith::GitDB->open_ro() or - auth_error( "500 Internal Error", "Could not open the Git repository database!\nDoes the web server have permission to read the git database file?" ); + auth_error( "500 Internal Error", "Could not open the Git repository database! Does the web server have permission to read the git database file?" ); - - my $repository = $git_db->get($projectname) or +