some packaging fixes

This commit is contained in:
lars 2005-11-30 13:01:18 +00:00
parent 253fb1f06a
commit 318f952092
3 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,6 @@
/etc/cron.d/cryptobox /etc/cron.d/cryptobox
/etc/cryptobox/cryptobox.conf /etc/cryptobox/cryptobox.conf
/etc/cryptobox/openssl.cnf /etc/cryptobox/ssl-cert.conf
/etc/cryptobox/revision /etc/cryptobox/revision
/etc/init.d/cb-network.sh /etc/default/cryptobox
/etc/init.d/cb-services.sh /etc/init.d/cryptobox
/etc/init.d/cb-mount-config.sh
/etc/init.d/cb-finish-boot.sh

View File

@ -66,7 +66,7 @@ case "$1" in
"$CB_SCRIPT" network-up "$CB_SCRIPT" network-up
"$CB_SCRIPT" config-up "$CB_SCRIPT" config-up
;; ;;
restart | reload ) restart | reload | force-reload )
$0 stop $0 stop
$0 start $0 start
;; ;;
@ -77,7 +77,7 @@ case "$1" in
fi fi
;; ;;
* ) * )
echo "Syntax: $0 { start | stop | restart | reload | status }" echo "Syntax: $0 { start | stop | restart | reload | force-reload | status }"
;; ;;
esac esac