summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-ose/doinst.sh
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-13 00:42:20 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:42:20 +0200
commita5ec78694960959c9aec67b28bca0f30afd46eeb (patch)
tree2830bf0c732771e5cc0bfa235dddd354ece7a588 /system/virtualbox-ose/doinst.sh
parent1d7c033e170e304dfc6245a9f3c2c0a4f18405be (diff)
downloadslackbuilds-a5ec78694960959c9aec67b28bca0f30afd46eeb.tar.gz
slackbuilds-a5ec78694960959c9aec67b28bca0f30afd46eeb.tar.xz
system/virtualbox-ose: Updated for version 3.1.2
Diffstat (limited to 'system/virtualbox-ose/doinst.sh')
-rw-r--r--system/virtualbox-ose/doinst.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/virtualbox-ose/doinst.sh b/system/virtualbox-ose/doinst.sh
index 965ee68a04..64d9e36d68 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