summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-addons/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'system/virtualbox-addons/README.SLACKWARE')
-rw-r--r--system/virtualbox-addons/README.SLACKWARE10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/virtualbox-addons/README.SLACKWARE b/system/virtualbox-addons/README.SLACKWARE
index 2def33125c..0c7eb9a867 100644
--- a/system/virtualbox-addons/README.SLACKWARE
+++ b/system/virtualbox-addons/README.SLACKWARE
@@ -1,10 +1,5 @@
You'll need to add the following lines to /etc/rc.d/rc.local:
- # Start vboxadd
- if [ -x /etc/rc.d/rc.vboxadd ]; then
- /etc/rc.d/rc.vboxadd start
- fi
-
# Start vboxadd-service
if [ -x /etc/rc.d/rc.vboxadd-service ]; then
/etc/rc.d/rc.vboxadd-service start
@@ -15,11 +10,6 @@ configuration for VirtualBox.
You should then add the following to /etc/rc.d/rc.local_shutdown:
- # Stop vboxadd
- if [ -x /etc/rc.d/rc.vboxadd ]; then
- /etc/rc.d/rc.vboxadd stop
- fi
-
# Stop vboxadd-service
if [ -x /etc/rc.d/rc.vboxadd-service ]; then
/etc/rc.d/rc.vboxadd-service stop