* resync with pkg-citadel, fix package build
[citadel.git] / webcit / debian / webcit.init
index f867e8ad71828111782c19ddbc6d5ec31aada485..2ec76b62188d74f079e99e1e6da804107a156b01 100644 (file)
@@ -54,7 +54,6 @@ unset LANGUAGE
 unset LC_ALL
 unset LOCALE
 
-
 if test -z "$TZ"; then
        if test -e /etc/timezone; then
                TZ=`cat /etc/timezone`
@@ -110,7 +109,8 @@ do_stop()
 
 do_reload() {
         do_stop
-        do_start
+       do_start $WEBCIT_HTTP_PORT $WEBCIT_CITADEL_IP $WEBCIT_CITADEL_PORT "" "$LISTEN"  "$WEBCIT_APACHEFLAG"
+       do_start $WEBCIT_HTTPS_PORT $WEBCIT_CITADEL_IP $WEBCIT_CITADEL_PORT -s "$LISTEN"  "$WEBCIT_APACHEFLAG"
        return 0
 }