some packaging fixes
This commit is contained in:
parent
253fb1f06a
commit
318f952092
3 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue