From 318f9520923f1062e0fe6d8c75a63f8e1383460b Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 30 Nov 2005 13:01:18 +0000 Subject: [PATCH] some packaging fixes --- DEBIAN/conffiles | 8 +++----- DEBIAN/{prerm => postrm} | 0 cbox-tree.d/etc/init.d/cryptobox | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) rename DEBIAN/{prerm => postrm} (100%) 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