Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
Date: Tue, 26 Jul 2016 16:16:08
Message-Id: 1469549690.b19d0a40d7f20987323d5af91469c720ead39561.williamh@OpenRC
1 commit: b19d0a40d7f20987323d5af91469c720ead39561
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 26 16:14:39 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 26 16:14:50 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b19d0a40
7
8 init.d/loopback: remove unnecessary stop function
9
10 init.d/loopback.in | 5 -----
11 1 file changed, 5 deletions(-)
12
13 diff --git a/init.d/loopback.in b/init.d/loopback.in
14 index f5ee09d..f76dfce 100644
15 --- a/init.d/loopback.in
16 +++ b/init.d/loopback.in
17 @@ -35,8 +35,3 @@ start()
18 fi
19 eend $?
20 }
21 -
22 -stop()
23 -{
24 - return 0
25 -}