[Pkg-voip-commits] [resiprocate] 03/03: Remove support for generating dhparams file

Daniel Pocock pocock at moszumanska.debian.org
Wed Jan 15 11:40:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

pocock pushed a commit to branch master
in repository resiprocate.

commit d6d6ab0048c65023ba3faf3826d45e958aaa6177
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Tue Jan 14 16:35:43 2014 +0100

    Remove support for generating dhparams file
---
 debian/resiprocate-turn-server.postinst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/resiprocate-turn-server.postinst b/debian/resiprocate-turn-server.postinst
index 2ae4416..aaf8cd0 100644
--- a/debian/resiprocate-turn-server.postinst
+++ b/debian/resiprocate-turn-server.postinst
@@ -44,12 +44,12 @@ install() {
                "$RETURN_USER" || exit 1
     fi
 
-    DH_PARAM_FILE=/etc/reTurn/dh512.pem
-    if [ ! -f ${DH_PARAM_FILE} ];
-    then
-        echo "Generating DH parameters..."
-        openssl dhparam -outform PEM -out ${DH_PARAM_FILE} 512 > /dev/null
-    fi
+    #DH_PARAM_FILE=/etc/reTurn/dh512.pem
+    #if [ ! -f ${DH_PARAM_FILE} ];
+    #then
+    #    echo "Generating DH parameters..."
+    #    openssl dhparam -outform PEM -out ${DH_PARAM_FILE} 512 > /dev/null
+    #fi
 
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/resiprocate.git



More information about the Pkg-voip-commits mailing list