Module: kamailio Branch: master Commit: 65860790056bc847dc4320ee31424bd458f998fd URL: https://github.com/kamailio/kamailio/commit/65860790056bc847dc4320ee31424bd4...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-09-27T12:20:39+02:00
tls: renamed sip-router_cert.sh to tls_cert.sh
- it is specific to the module, not the flavour of the application
---
Added: src/modules/tls/tls_cert.sh Modified: src/modules/tls/Makefile Removed: src/modules/tls/sip-router_cert.sh
---
Diff: https://github.com/kamailio/kamailio/commit/65860790056bc847dc4320ee31424bd4... Patch: https://github.com/kamailio/kamailio/commit/65860790056bc847dc4320ee31424bd4...
---
diff --git a/src/modules/tls/Makefile b/src/modules/tls/Makefile index c6969c1228..53d296c529 100644 --- a/src/modules/tls/Makefile +++ b/src/modules/tls/Makefile @@ -38,7 +38,7 @@ include ../../Makefile.modules
install-tls-cert: $(cfg_prefix)/$(cfg_dir) - MAIN_NAME=$(MAIN_NAME) ./$(SCR_NAME)_cert.sh -d $(cfg_prefix)/$(cfg_dir) + MAIN_NAME=$(MAIN_NAME) ./tls_cert.sh -d $(cfg_prefix)/$(cfg_dir)
install-cfg: @if ! [ -d $(cfg_prefix)/$(cfg_dir) ]; then \ diff --git a/src/modules/tls/sip-router_cert.sh b/src/modules/tls/tls_cert.sh similarity index 100% rename from src/modules/tls/sip-router_cert.sh rename to src/modules/tls/tls_cert.sh