From 5cb304f9eeedc1da72196afaf7f7cc46774bc676 Mon Sep 17 00:00:00 2001 From: Arnold Bechtoldt Date: Thu, 1 May 2014 21:36:53 +0200 Subject: [PATCH] setting the correct script path for opennebula sunstone initscript --- share/pkgs/Debian/opennebula-sunstone | 4 ++-- share/pkgs/Ubuntu/opennebula-sunstone | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/pkgs/Debian/opennebula-sunstone b/share/pkgs/Debian/opennebula-sunstone index 32c839c7c2..d82b27ed3e 100755 --- a/share/pkgs/Debian/opennebula-sunstone +++ b/share/pkgs/Debian/opennebula-sunstone @@ -13,10 +13,10 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Sunstone Web interface" -NAME=opennebula-sunstone +NAME=sunstone-server DAEMON=/usr/bin/$NAME DAEMON_ARGS="" -SCRIPTNAME=/etc/init.d/$NAME +SCRIPTNAME=/etc/init.d/opennebula-sunstone # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0 diff --git a/share/pkgs/Ubuntu/opennebula-sunstone b/share/pkgs/Ubuntu/opennebula-sunstone index 32c839c7c2..d82b27ed3e 100755 --- a/share/pkgs/Ubuntu/opennebula-sunstone +++ b/share/pkgs/Ubuntu/opennebula-sunstone @@ -13,10 +13,10 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Sunstone Web interface" -NAME=opennebula-sunstone +NAME=sunstone-server DAEMON=/usr/bin/$NAME DAEMON_ARGS="" -SCRIPTNAME=/etc/init.d/$NAME +SCRIPTNAME=/etc/init.d/opennebula-sunstone # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0