Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-guest-agent/files: qemu-ga.init
Date: Tue, 30 Oct 2012 21:12:38
Message-Id: 20121030211221.0397721601@flycatcher.gentoo.org
1 cardoe 12/10/30 21:12:20
2
3 Modified: qemu-ga.init
4 Log:
5 Remove empty depend to fix bug #436310
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-emulation/qemu-guest-agent/files/qemu-ga.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-guest-agent/files/qemu-ga.init?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-guest-agent/files/qemu-ga.init?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-guest-agent/files/qemu-ga.init?r1=1.1&r2=1.2
15
16 Index: qemu-ga.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/files/qemu-ga.init,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qemu-ga.init 28 Jul 2012 22:00:05 -0000 1.1
23 +++ qemu-ga.init 30 Oct 2012 21:12:20 -0000 1.2
24 @@ -1,11 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/files/qemu-ga.init,v 1.1 2012/07/28 22:00:05 cardoe Exp $
29 -
30 -depend() {
31 -
32 -}
33 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/files/qemu-ga.init,v 1.2 2012/10/30 21:12:20 cardoe Exp $
34
35 start() {
36 GA_METHOD=${GA_METHOD:-virtio-serial}