Software /
code /
prosody
Comparison
certs/Makefile @ 3714:f18515d2d10b
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism (thanks Kev)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 08 Dec 2010 17:01:23 +0000 |
parent | 3703:5bca5f90286f |
child | 5293:fe9215155453 |
comparison
equal
deleted
inserted
replaced
3713:3e4fbf6666ae | 3714:f18515d2d10b |
---|---|
25 %.cnf: | 25 %.cnf: |
26 sed 's,example\.com,$*,g' openssl.cnf > $@ | 26 sed 's,example\.com,$*,g' openssl.cnf > $@ |
27 | 27 |
28 %.key: | 28 %.key: |
29 openssl genrsa $(keysize) > $@ | 29 openssl genrsa $(keysize) > $@ |
30 @chmod 400 -c $@ | 30 @chmod 400 $@ |