Index: /trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
===================================================================
--- /trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh	(revision 57984)
+++ /trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh	(revision 57985)
@@ -62,5 +62,5 @@
 }
 
-if which start-stop-daemon >/dev/null; then
+if which start-stop-daemon >/dev/null 2>&1; then
     daemon() {
         start-stop-daemon --start --exec $1 -- $2 $3
Index: /trunk/src/VBox/Installer/linux/vboxautostart-service.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/vboxautostart-service.sh	(revision 57984)
+++ /trunk/src/VBox/Installer/linux/vboxautostart-service.sh	(revision 57985)
@@ -72,5 +72,5 @@
 }
 
-if which start-stop-daemon >/dev/null; then
+if which start-stop-daemon >/dev/null 2>&1; then
     start_daemon() {
         usr="$1"
Index: /trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh	(revision 57984)
+++ /trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh	(revision 57985)
@@ -78,5 +78,5 @@
 }
 
-if which start-stop-daemon >/dev/null; then
+if which start-stop-daemon >/dev/null 2>&1; then
     start_daemon() {
         usr="$1"
Index: /trunk/src/VBox/Installer/linux/vboxweb-service.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/vboxweb-service.sh	(revision 57984)
+++ /trunk/src/VBox/Installer/linux/vboxweb-service.sh	(revision 57985)
@@ -80,5 +80,5 @@
 }
 
-if which start-stop-daemon >/dev/null; then
+if which start-stop-daemon >/dev/null 2>&1; then
     start_daemon() {
         usr="$1"
