Changeset 57985 in vbox
- Timestamp:
- Oct 1, 2015 12:13:45 PM (9 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 4 edited
-
Additions/linux/installer/vboxadd-service.sh (modified) (1 diff)
-
Installer/linux/vboxautostart-service.sh (modified) (1 diff)
-
Installer/linux/vboxballoonctrl-service.sh (modified) (1 diff)
-
Installer/linux/vboxweb-service.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r57971 r57985 62 62 } 63 63 64 if which start-stop-daemon >/dev/null ; then64 if which start-stop-daemon >/dev/null 2>&1; then 65 65 daemon() { 66 66 start-stop-daemon --start --exec $1 -- $2 $3 -
trunk/src/VBox/Installer/linux/vboxautostart-service.sh
r57945 r57985 72 72 } 73 73 74 if which start-stop-daemon >/dev/null ; then74 if which start-stop-daemon >/dev/null 2>&1; then 75 75 start_daemon() { 76 76 usr="$1" -
trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh
r57945 r57985 78 78 } 79 79 80 if which start-stop-daemon >/dev/null ; then80 if which start-stop-daemon >/dev/null 2>&1; then 81 81 start_daemon() { 82 82 usr="$1" -
trunk/src/VBox/Installer/linux/vboxweb-service.sh
r57945 r57985 80 80 } 81 81 82 if which start-stop-daemon >/dev/null ; then82 if which start-stop-daemon >/dev/null 2>&1; then 83 83 start_daemon() { 84 84 usr="$1"
Note:
See TracChangeset
for help on using the changeset viewer.

