summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-10-19 15:37:54 +0000
committerSamuli Suominen <drac@gentoo.org>2007-10-19 15:37:54 +0000
commit3448578c434a78bb92aa1aecc76a2a12d727b16d (patch)
treedc0f8ddfb98dc74127058a6e0a972161ffd512cc /media-video/motion
parentVersion bump for some bug (firefox crashed, yay) (diff)
downloadgentoo-2-3448578c434a78bb92aa1aecc76a2a12d727b16d.tar.gz
gentoo-2-3448578c434a78bb92aa1aecc76a2a12d727b16d.tar.bz2
gentoo-2-3448578c434a78bb92aa1aecc76a2a12d727b16d.zip
Add after mysql statement to init script wrt #168777.
(Portage version: 2.1.3.14)
Diffstat (limited to 'media-video/motion')
-rw-r--r--media-video/motion/ChangeLog5
-rw-r--r--media-video/motion/files/motion.init3
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/motion/ChangeLog b/media-video/motion/ChangeLog
index 44856759c3ac..6a2b618b7efe 100644
--- a/media-video/motion/ChangeLog
+++ b/media-video/motion/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/motion
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.14 2007/10/19 15:32:55 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.15 2007/10/19 15:37:54 drac Exp $
+
+ 19 Oct 2007; Samuli Suominen <drac@gentoo.org> files/motion.init:
+ Add after mysql statement to init script wrt #168777.
*motion-3.2.8 (19 Oct 2007)
diff --git a/media-video/motion/files/motion.init b/media-video/motion/files/motion.init
index 7b930bfb0184..0c7f8a9d2ea4 100644
--- a/media-video/motion/files/motion.init
+++ b/media-video/motion/files/motion.init
@@ -1,12 +1,13 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motion/files/motion.init,v 1.1 2006/05/30 18:44:04 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motion/files/motion.init,v 1.2 2007/10/19 15:37:54 drac Exp $
opts="${opts} reload"
depend() {
need modules
+ after mysql
}
start() {