Changeset 57985 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Oct 1, 2015 12:13:45 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102998
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
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.