Changeset 38767 in vbox for trunk/src/VBox
- Timestamp:
- Sep 15, 2011 2:43:41 PM (13 years ago)
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r38385 r38767 374 374 375 375 # Install runlevel scripts 376 # Note: vboxdrv is also handled by setup_init_script. This function will 377 # use chkconfig to adjust the sequence numbers, therefore vboxdrv 378 # numbers here should match the numbers in the vboxdrv.sh check 379 # header! 376 380 install_init_script vboxdrv.sh vboxdrv 377 381 install_init_script vboxballoonctrl-service.sh vboxballoonctrl-service -
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r38240 r38767 15 15 # 16 16 17 # chkconfig: 35 30 7017 # chkconfig: 35 20 80 18 18 # description: VirtualBox Linux kernel module 19 19 #
Note:
See TracChangeset
for help on using the changeset viewer.