Changeset 57971 in vbox
- Timestamp:
- Sep 30, 2015 3:16:48 PM (9 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
-
Additions/linux/installer/vboxadd-service.sh (modified) (2 diffs)
-
Additions/linux/installer/vboxadd.sh (modified) (3 diffs)
-
Installer/linux/vboxdrv.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r57945 r57971 87 87 start() { 88 88 if ! test -f $PIDFILE; then 89 begin "Starting VirtualBox Guest Addition service " console;89 begin "Starting VirtualBox Guest Addition service" console; 90 90 vboxaddrunning || { 91 91 echo "VirtualBox Additions module not loaded!" … … 102 102 stop() { 103 103 if test -f $PIDFILE; then 104 begin "Stopping VirtualBox Guest Addition service " console;104 begin "Stopping VirtualBox Guest Addition service" console; 105 105 killproc $binary 106 106 RETVAL=$? -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r57969 r57971 298 298 test_sane_kernel_dir 299 299 300 echo301 300 begin "Building the main Guest Additions module" 302 301 if ! $BUILDINTMP \ … … 404 403 setup() 405 404 { 405 begin "Building Guest Additions kernel modules" console 406 406 if test -r $config; then 407 407 . $config … … 423 423 if [ "$mod_succ" -eq "0" ]; then 424 424 if running_vboxguest || running_vboxadd; then 425 printf "You should restart your guest to make sure the new modules are actually used\n\n"425 begin "You should restart your guest to make sure the new modules are actually used" console 426 426 else 427 427 start -
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r57969 r57971 233 233 setup() 234 234 { 235 begin_msg "Building VirtualBox kernel modules" console 235 236 stop 236 237 if find /lib/modules/`uname -r` -name "vboxpci\.*" 2>/dev/null|grep -q vboxpci; then
Note:
See TracChangeset
for help on using the changeset viewer.

