chiark / gitweb /
init: source lsb init functions
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 27 Jan 2014 19:54:47 +0000 (19:54 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 27 Jan 2014 19:54:47 +0000 (19:54 +0000)
Placates lintian a bit.

examples/disorder.init.in

index d8d3f083dec47b7e2c2f6c55be81b477850dea4f..94343d3818fcdc0d55f7bc9c0bba2cde07ce1fd1 100644 (file)
@@ -29,6 +29,8 @@
 
 set -e
 
+. /lib/lsb/init-functions
+
 DAEMON=sbindir/disorderd
 CLIENT="bindir/disorder --local"