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 <[email protected]>
-
-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 $?
-}

Reply via email to