From d9ea4da24e37ab3b45aef07988152ae30f8a062c Mon Sep 17 00:00:00 2001 From: Arnold Bechtoldt Date: Thu, 1 May 2014 21:46:30 +0200 Subject: [PATCH] setting the right paths for novnc scripts --- share/pkgs/Debian/opennebula-novnc | 4 ++-- share/pkgs/Ubuntu/opennebula-novnc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/pkgs/Debian/opennebula-novnc b/share/pkgs/Debian/opennebula-novnc index 7c773d1c09..f583a5fe1c 100755 --- a/share/pkgs/Debian/opennebula-novnc +++ b/share/pkgs/Debian/opennebula-novnc @@ -13,10 +13,10 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="OpenNebula novnc server" -NAME=opennebula-novnc +NAME=novnc-server DAEMON=/usr/bin/$NAME DAEMON_ARGS="" -SCRIPTNAME=/etc/init.d/novnc-server +SCRIPTNAME=/etc/init.d/opennebula-novnc # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0 diff --git a/share/pkgs/Ubuntu/opennebula-novnc b/share/pkgs/Ubuntu/opennebula-novnc index 7c773d1c09..f583a5fe1c 100644 --- a/share/pkgs/Ubuntu/opennebula-novnc +++ b/share/pkgs/Ubuntu/opennebula-novnc @@ -13,10 +13,10 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="OpenNebula novnc server" -NAME=opennebula-novnc +NAME=novnc-server DAEMON=/usr/bin/$NAME DAEMON_ARGS="" -SCRIPTNAME=/etc/init.d/novnc-server +SCRIPTNAME=/etc/init.d/opennebula-novnc # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0