diff options
Diffstat (limited to 'system/virtualbox-ose/doinst.sh')
-rw-r--r-- | system/virtualbox-ose/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/virtualbox-ose/doinst.sh b/system/virtualbox-ose/doinst.sh index 965ee68a045a9..64d9e36d68d52 100644 --- a/system/virtualbox-ose/doinst.sh +++ b/system/virtualbox-ose/doinst.sh @@ -17,6 +17,7 @@ fi # Prepare the new configuration files config etc/vbox/vbox.cfg.new +config etc/default/virtualbox.new for file in etc/rc.d/rc.vboxdrv.new ; do if [ -e $(dirname $file)/$(basename $file .new) -a -x $(dirname $file)/$(basename $file .new) ]; then chmod 0755 $file |