commit: b19d0a40d7f20987323d5af91469c720ead39561
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 16:14:39 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 16:14:50 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b19d0a40
init.d/loopback: remove unnecessary stop function
init.d/loopback.in | 5 -----
1 file changed, 5 deletions(-)
diff --git a/init.d/loopback.in b/init.d/loopback.in
index f5ee09d..f76dfce 100644
--- a/init.d/loopback.in
+++ b/init.d/loopback.in
@@ -35,8 +35,3 @@ start()
fi
eend $?
}
-
-stop()
-{
- return 0
-}