oops i didn't pay attention at the fact that the group wasn't made
executable...
but the Administrator should be able to run c_rehash no?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.
c_rehash is a program needed for making openssl certificates and is part
of the openssl program:
an example of use is here:http://www.stunnel.org/examples/client_cert.html
c_rehash is a perl script
it contain the following lines
if(! -x $openssl) {
if(-x "$_/$openssl.exe") {
this check for openssl
2 matches
Mail list logo