diff --git a/DEBIAN/conffiles b/DEBIAN/conffiles index 2d6a2af..d286bd5 100644 --- a/DEBIAN/conffiles +++ b/DEBIAN/conffiles @@ -1,8 +1,6 @@ /etc/cron.d/cryptobox /etc/cryptobox/cryptobox.conf -/etc/cryptobox/openssl.cnf +/etc/cryptobox/ssl-cert.conf /etc/cryptobox/revision -/etc/init.d/cb-network.sh -/etc/init.d/cb-services.sh -/etc/init.d/cb-mount-config.sh -/etc/init.d/cb-finish-boot.sh +/etc/default/cryptobox +/etc/init.d/cryptobox diff --git a/DEBIAN/prerm b/DEBIAN/postrm similarity index 100% rename from DEBIAN/prerm rename to DEBIAN/postrm diff --git a/cbox-tree.d/etc/init.d/cryptobox b/cbox-tree.d/etc/init.d/cryptobox index e74701d..c411cae 100755 --- a/cbox-tree.d/etc/init.d/cryptobox +++ b/cbox-tree.d/etc/init.d/cryptobox @@ -66,7 +66,7 @@ case "$1" in "$CB_SCRIPT" network-up "$CB_SCRIPT" config-up ;; - restart | reload ) + restart | reload | force-reload ) $0 stop $0 start ;; @@ -77,7 +77,7 @@ case "$1" in fi ;; * ) - echo "Syntax: $0 { start | stop | restart | reload | status }" + echo "Syntax: $0 { start | stop | restart | reload | force-reload | status }" ;; esac