--- rpms/smeserver-gitweb/contribs9/smeserver-gitweb-1.1.0-remove_unused_linefeed_from_auth_error.patch 2016/02/11 02:54:17 1.1 +++ rpms/smeserver-gitweb/contribs9/smeserver-gitweb-1.1.0-remove_unused_linefeed_from_auth_error.patch 2016/06/24 12:08:19 1.2 @@ -6,7 +6,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?\n" ); -+ 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 - auth_error( "500 Internal Error", "The git repository '$projectname' does not seem to exist in the repository database!\n" );