add return code to stop function in yasnd-early initscript and thus fix syntax error

This commit is contained in:
Sergey Popov 2012-03-28 11:08:41 +04:00
parent 9fd34303ee
commit 35e65d659e

View File

@ -18,4 +18,5 @@ start()
stop() stop()
{ {
eend 0
} }