Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox-ose/files: vboxwebsrv-initd vboxwebsrv-confd
Date: Thu, 28 Jan 2010 13:12:10
Message-Id: E1NaUAL-0005mV-1O@stork.gentoo.org
1 patrick 10/01/28 13:12:09
2
3 Modified: vboxwebsrv-initd vboxwebsrv-confd
4 Log:
5 Bump to 3.1.2
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 app-emulation/virtualbox-ose/files/vboxwebsrv-initd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-initd?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-initd?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-initd?r1=1.3&r2=1.4
14
15 Index: vboxwebsrv-initd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-initd,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- vboxwebsrv-initd 21 Nov 2009 12:01:15 -0000 1.3
22 +++ vboxwebsrv-initd 28 Jan 2010 13:12:08 -0000 1.4
23 @@ -1,7 +1,7 @@
24 #!/sbin/runscript
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-initd,v 1.3 2009/11/21 12:01:15 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-initd,v 1.4 2010/01/28 13:12:08 patrick Exp $
29
30 depend() {
31 need net
32 @@ -12,7 +12,7 @@
33
34 ebegin "Starting VirtualBox WebService"
35 start-stop-daemon --start --quiet --pidfile /var/run/vboxwebsrv.pid \
36 - --background --make-pidfile --exec /opt/bin/vboxwebsrv \
37 + --background --make-pidfile --exec /usr/bin/vboxwebsrv \
38 -- -H ${VBOXWEBSRV_HOST} -p ${VBOXWEBSRV_PORT} -t ${VBOXWEBSRV_TIMEOUT} -i ${VBOXWEBSRV_INTERVAL}
39 eend $?
40 }
41
42
43
44 1.3 app-emulation/virtualbox-ose/files/vboxwebsrv-confd
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-confd?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-confd?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-confd?r1=1.2&r2=1.3
49
50 Index: vboxwebsrv-confd
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-confd,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- vboxwebsrv-confd 19 Nov 2009 16:56:28 -0000 1.2
57 +++ vboxwebsrv-confd 28 Jan 2010 13:12:08 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2009 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-confd,v 1.2 2009/11/19 16:56:28 patrick Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-ose/files/vboxwebsrv-confd,v 1.3 2010/01/28 13:12:08 patrick Exp $
63
64 # The host to bind to (defaults to "localhost").
65 VBOXWEBSRV_HOST="localhost"