Changeset 44314 in vbox
- Timestamp:
- Jan 18, 2013 4:17:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r43729 r44314 37 37 38 38 [ -f /etc/debian_release -a -f /lib/lsb/init-functions ] || NOLSB=yes 39 if [ ! -f /etc/vbox/vbox.cfg ]; then 40 echo "/etc/vbox/vbox.cfg not found" # Fiddle this and do it nicely. 41 exit 1 42 fi 43 . /etc/vbox/vbox.cfg 39 [ -f /etc/vbox/vbox.cfg ] && . /etc/vbox/vbox.cfg 44 40 export BUILD_TYPE 45 41 export USERNAME
Note:
See TracChangeset
for help on using the changeset viewer.