--- rpms/smeserver-gitweb/contribs8/smeserver-gitweb-1.1.0-runtime_search_for_pwauth.patch 2016/06/10 07:19:52 1.1 +++ rpms/smeserver-gitweb/contribs8/smeserver-gitweb-1.1.0-runtime_search_for_pwauth.patch 2016/06/10 15:37:50 1.2 @@ -5,7 +5,7 @@ diff -urN smeserver-gitweb-1.1.0.org/roo # Password Check - Returns 0 when password validated OK, or !0 otherwise # --$pwauth_path= "/usr/bin/pwauth"; +-$pwauth_path= "/usr/lib/httpd/modules/pwauth"; sub trypass \{ my $userid= $_[0]; my $passwd= $_[1];