- Timestamp:
- Nov 26, 2009 7:48:42 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions/solaris/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r24683 r24977 116 116 117 117 118 # check if X org exists118 # check if X.Org exists 119 119 if test -f "/usr/X11/bin/Xorg"; then 120 120 xorgbin="/usr/X11/bin/Xorg" … … 189 189 retval=2 190 190 else 191 echo "Configuring X org..."191 echo "Configuring X.Org..." 192 192 193 193 # 32-bit x11 drivers … … 271 271 fi 272 272 else 273 echo "(*) X org not found, skipped configuring Xorg guest additions."273 echo "(*) X.Org not found, skipped configuring X.Org guest additions." 274 274 fi 275 275 … … 303 303 fi 304 304 305 # install openGL extensions for X org305 # install openGL extensions for X.Org 306 306 if test ! -z "$xorgbin"; then 307 307 # 32-bit crogl opengl library replacement -
trunk/src/VBox/Additions/solaris/Installer/preremove.sh
r18748 r24977 42 42 43 43 # Try and restore xorg.conf! 44 echo "Restoring X org..."44 echo "Restoring X.Org..." 45 45 /opt/VirtualBoxAdditions/x11restore.pl 46 46
Note:
See TracChangeset
for help on using the changeset viewer.