Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/motion/files: motion.init
Date: Fri, 19 Oct 2007 15:48:36
Message-Id: E1Iitv9-0008Sw-9r@stork.gentoo.org
1 drac 07/10/19 15:37:55
2
3 Modified: motion.init
4 Log:
5 Add after mysql statement to init script wrt #168777.
6 (Portage version: 2.1.3.14)
7
8 Revision Changes Path
9 1.2 media-video/motion/files/motion.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motion/files/motion.init?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motion/files/motion.init?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/motion/files/motion.init?r1=1.1&r2=1.2
14
15 Index: motion.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/motion/files/motion.init,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- motion.init 30 May 2006 18:44:04 -0000 1.1
22 +++ motion.init 19 Oct 2007 15:37:54 -0000 1.2
23 @@ -1,12 +1,13 @@
24 #!/sbin/runscript
25 # Copyright 1999-2005 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/files/motion.init,v 1.1 2006/05/30 18:44:04 lu_zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/files/motion.init,v 1.2 2007/10/19 15:37:54 drac Exp $
29
30 opts="${opts} reload"
31
32 depend() {
33 need modules
34 + after mysql
35 }
36
37 start() {
38
39
40
41 --
42 gentoo-commits@g.o mailing list