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