From 012bb5fb5bbc76e5a2c5037dc0c6558f0b1b0a45 Mon Sep 17 00:00:00 2001 From: Dmitry Smirnov Date: Tue, 25 Mar 2014 22:10:48 +1100 Subject: minor init.d scripts lintianisation: * init.d-script-does-not-source-init-functions * init.d-script-does-not-implement-required-option * init.d-script-missing-lsb-description --- src/init-ceph.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/init-ceph.in') diff --git a/src/init-ceph.in b/src/init-ceph.in index dac00d9054c..fb83d468c25 100644 --- a/src/init-ceph.in +++ b/src/init-ceph.in @@ -12,6 +12,8 @@ # Description: Enable Ceph distributed file system services. ### END INIT INFO +. /lib/lsb/init-functions + # if we start up as ./mkcephfs, assume everything else is in the # current directory too. if [ `dirname $0` = "." ] && [ $PWD != "/etc/init.d" ]; then -- cgit v1.2.3