[interchange/DEB_5_8_1] Add LSB init functions to interchange init script.

Stefan Hornburg interchange-cvs at icdevgroup.org
Thu Mar 13 23:19:41 UTC 2014


commit b2c7df724df05c992651b9fd7fe5bfed2f3c67bc
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Mar 13 22:45:02 2014 +0100

    Add LSB init functions to interchange init script.

 debian/interchange.init |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/debian/interchange.init b/debian/interchange.init
index e218376..2a46fd9 100644
--- a/debian/interchange.init
+++ b/debian/interchange.init
@@ -36,6 +36,9 @@ DESC="Interchange Server"
 
 test -f $DAEMON || exit 0
 
+# source LSB init functions
+. /lib/lsb/init-functions
+
 # modes that Interchange uses 
 # possible values are
 # --unix            Unix mode only (default)



More information about the interchange-cvs mailing list