public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/files/
@ 2020-04-25 16:02 Matthew Thode
  0 siblings, 0 replies; only message in thread
From: Matthew Thode @ 2020-04-25 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6fb37b4e2e69be175c15855f62d91691a1beed
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 25 15:53:59 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 16:02:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6fb37b

www-apps/novnc: remove unused files

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 www-apps/novnc/files/noVNC.confd |  4 ----
 www-apps/novnc/files/noVNC.initd | 30 ------------------------------
 2 files changed, 34 deletions(-)

diff --git a/www-apps/novnc/files/noVNC.confd b/www-apps/novnc/files/noVNC.confd
deleted file mode 100644
index 50ddb5cc3e5..00000000000
--- a/www-apps/novnc/files/noVNC.confd
+++ /dev/null
@@ -1,4 +0,0 @@
-FLAG_FILE=/etc/nova/nova.conf
-WEB_ROOT=/opt/noVNC
-LOG_PATH=/var/log/noVNC
-CERT_FILE=/opt/noVNC/self.pem

diff --git a/www-apps/novnc/files/noVNC.initd b/www-apps/novnc/files/noVNC.initd
deleted file mode 100644
index 93d87486ad4..00000000000
--- a/www-apps/novnc/files/noVNC.initd
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#
-# Author: Cor Cornelisse <corcornelisse@gmail.com>
-
-pidfile="/var/run/${SVCNAME}.pid"
-command="/usr/bin/nova-novncproxy"
-command_args="--flagfile=${FLAG_FILE} --cert=${CERT_FILE} --web ${WEB_ROOT}"
-command_background="yes"
-start_stop_daemon_args="--stdout ${LOG_PATH}/${SVCNAME}.log --stderr ${LOG_PATH}/${SVCNAME}.err"
-
-
-depend() {
-	need net
-}
-
-checkconfig() {
-  checkpath -d -m 0750 /var/log/noVNC
-	if [ ! -r /etc/conf.d/${SVCNAME} ]; then
-		eerror "No config file found: /etc/conf.d/${SVCNAME}"
-		return 1
-	fi
-	return 0
-}
-
-
-start_pre() {
-	checkconfig || return $?
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-25 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-25 16:02 [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/files/ Matthew Thode

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox