Merge "debian: Fix ceph lsb script"

This commit is contained in:
Zuul 2022-03-17 17:49:08 +00:00 committed by Gerrit Code Review
commit 8fc1a73532

View File

@ -12,11 +12,6 @@
# Description: Enable Ceph distributed file system services.
### END INIT INFO
# TODO: on FreeBSD/OSX, use equivalent script file
if [ -e /lib/lsb/init-functions ]; then
. /lib/lsb/init-functions
fi
if [ `dirname $0` = "." ] && [ $PWD != "/etc/init.d" ]; then
# looks like an autotools src dir build
BINDIR=.