From bf9847557f3c9ff074a14f5c12bdfd29716ecf6b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 15 Feb 2021 09:58:49 +0000 Subject: app-emulation/virtualbox : drop ebuild --- app-emulation/virtualbox/files/vboxwebsrv-initd | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 app-emulation/virtualbox/files/vboxwebsrv-initd (limited to 'app-emulation/virtualbox/files/vboxwebsrv-initd') diff --git a/app-emulation/virtualbox/files/vboxwebsrv-initd b/app-emulation/virtualbox/files/vboxwebsrv-initd deleted file mode 100644 index e6009970..00000000 --- a/app-emulation/virtualbox/files/vboxwebsrv-initd +++ /dev/null @@ -1,23 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need net -} - -start() { - #checkconfig || return $? - - ebegin "Starting VirtualBox WebService" - start-stop-daemon --start --quiet --user ${VBOXWEBSRV_USER} --pidfile /var/run/vboxwebsrv.pid \ - --background --make-pidfile --exec /opt/bin/vboxwebsrv \ - -- -H ${VBOXWEBSRV_HOST} -p ${VBOXWEBSRV_PORT} -t ${VBOXWEBSRV_TIMEOUT} -i ${VBOXWEBSRV_INTERVAL} - eend $? -} - -stop() { - ebegin "Stopping VirtualBox WebService" - start-stop-daemon --stop --user ${VBOXWEBSRV_USER} --quiet --pidfile /var/run/vboxwebsrv.pid - eend $? -} -- cgit v1.2.3