diff -ur dlm-4.0.1/debian/control dlm.patched/debian/control --- dlm-4.0.1/debian/control 2013-07-25 14:05:08.000000000 -0700 +++ dlm.patched/debian/control 2015-01-01 03:26:41.829408048 -0800 @@ -69,3 +69,16 @@ . This package contains the files needed for developing applications that use the lock manager. + +Package: daemon +Section: universe/utils +Architecture: any +Depends: libc6 (>= 2.7) +Description: turns other processes into daemons + There are many tasks that need to be performed to correctly set up a + daemon process. This can be tedious. Daemon performs these tasks for + other processes. This is useful for writing daemons in languages other + than C, C++ or Perl (e.g. /bin/sh, Java). + . + If you want to write daemons in languages that can link against C functions + (e.g. C, C++), see libslack which contains the core functionality of daemon. diff -ur dlm-4.0.1/init/dlm.init dlm.patched/init/dlm.init --- dlm-4.0.1/init/dlm.init 2015-01-01 02:27:12.000000000 -0800 +++ dlm.patched/init/dlm.init 2015-01-01 02:34:43.957405340 -0800 @@ -19,7 +19,7 @@ # Description: starts and stops dlm_controld ### END INIT INFO -. /etc/rc.d/init.d/functions +. /lib/lsb/init-functions prog="dlm_controld" progdir="cluster"