Changeset 44568 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Feb 6, 2013 2:00:32 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83636
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/checkinstall.sh
r44528 r44568 188 188 fi 189 189 190 # If we are using SVR4 packages then make sure that SMF has finished 191 # disabling any services left over from a previous installation which 192 # may interfere with installing new ones. Should only be relevant on 193 # Solaris 11. 194 if test -x "$BIN_PKGINFO"; then 195 for i in 1 2 3 4 5 6 7 8 9 10; do 196 svcs -a | grep virtualbox >/dev/null || break 197 if test "${i}" = "1"; then 198 printf "Waiting for services from previous installation to be removed." 199 else 200 printf "." 201 fi 202 sleep 1 203 done 204 test "${i}" = "1" || printf "\n" 205 fi 206 190 207 exit 0 191 208
Note:
See TracChangeset
for help on using the changeset viewer.