Changeset 27626 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Mar 23, 2010 12:27:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r27356 r27626 613 613 nmaskbackupfile=$nmaskfile.vbox 614 614 if test -f $nmaskfile; then 615 sed -e '/#VirtualBox_SectionStart ,/#VirtualBox_SectionEnd/d' $nmaskfile > $nmaskbackupfile615 sed -e '/#VirtualBox_SectionStart/,/#VirtualBox_SectionEnd/d' $nmaskfile > $nmaskbackupfile 616 616 echo "#VirtualBox_SectionStart" >> $nmaskbackupfile 617 617 inst=0
Note:
See TracChangeset
for help on using the changeset viewer.