Loading virtualbox-bin/install +10 −8 Original line number Diff line number Diff line Loading @@ -31,12 +31,7 @@ post_install() { ==> Remember to add allowed users to the vboxusers group: ==> # gpasswd -a USERNAME vboxusers ==> ==> To load/compile virtualbox modules automatically you can add dkms in your DAEMONS ==> ==> **Warning** ==> This version drop vboxdrv initscript. ==> Please change to dkms instead of vboxdrv in DAEMONS in rc.conf. ==> ==> To load/compile virtualbox modules automatically at startup you can add dkms in your DAEMONS EOF } Loading @@ -54,6 +49,13 @@ pre_upgrade() { # arg 2: the old package version post_upgrade() { post_install "$1" (($(vercmp $2 '4.1.14-2') < 0 )) && cat <<EOF ==> **Warning** ==> This version drop vboxdrv initscript. ==> Please change to dkms instead of vboxdrv in DAEMONS in rc.conf. ==> EOF } # arg 1: the old package version Loading Loading
virtualbox-bin/install +10 −8 Original line number Diff line number Diff line Loading @@ -31,12 +31,7 @@ post_install() { ==> Remember to add allowed users to the vboxusers group: ==> # gpasswd -a USERNAME vboxusers ==> ==> To load/compile virtualbox modules automatically you can add dkms in your DAEMONS ==> ==> **Warning** ==> This version drop vboxdrv initscript. ==> Please change to dkms instead of vboxdrv in DAEMONS in rc.conf. ==> ==> To load/compile virtualbox modules automatically at startup you can add dkms in your DAEMONS EOF } Loading @@ -54,6 +49,13 @@ pre_upgrade() { # arg 2: the old package version post_upgrade() { post_install "$1" (($(vercmp $2 '4.1.14-2') < 0 )) && cat <<EOF ==> **Warning** ==> This version drop vboxdrv initscript. ==> Please change to dkms instead of vboxdrv in DAEMONS in rc.conf. ==> EOF } # arg 1: the old package version Loading