diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-09-05 16:13:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-06 08:50:27 +0700 |
commit | b1f9c9c4cb66a4fe98ffe9025733fde7e0f7fcad (patch) | |
tree | 5dfa1d95f7502342ff03ce8f4f8b9dc4ae094509 /system/virtualbox-addons/README.SLACKWARE | |
parent | cafdf433942d7d38bf492495abbb870389bbfe07 (diff) |
system/virtualbox-addons: Updated for version 6.1.26
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/virtualbox-addons/README.SLACKWARE')
-rw-r--r-- | system/virtualbox-addons/README.SLACKWARE | 10 |
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 |