From 35e65d659e997e18abc3006ebce78d0272676da3 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 28 Mar 2012 11:08:41 +0400 Subject: [PATCH] add return code to stop function in yasnd-early initscript and thus fix syntax error --- contrib/yasnd-early.openrc | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/yasnd-early.openrc b/contrib/yasnd-early.openrc index 3209e68..65e4069 100755 --- a/contrib/yasnd-early.openrc +++ b/contrib/yasnd-early.openrc @@ -18,4 +18,5 @@ start() stop() { + eend 0 }