VirtualBox

Changeset 85609 in vbox for trunk


Ignore:
Timestamp:
Aug 5, 2020 8:36:30 AM (4 years ago)
Author:
vboxsync
Message:

ticketref:19791 fix udevadm constrol misspellings, contributed by Timothy Tacker timothytacker+virtualbox at gmail.com

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh

    r84875 r85609  
    212212MY_IGNORE_EXITCODE=2  # returned if modules already loaded and reboot required.
    213213log_command_in_target /bin/bash "${MY_CHROOT_CDROM}/vboxadditions/VBoxLinuxAdditions.run" --nox11
    214 log_command_in_target /bin/bash -c "udevadm constrol --reload-rules" # GAs doesn't yet do this.
     214log_command_in_target /bin/bash -c "udevadm control --reload-rules" # GAs doesn't yet do this.
    215215log_command_in_target /bin/bash -c "udevadm trigger"                 # (ditto)
    216216MY_IGNORE_EXITCODE=
  • trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh

    r84875 r85609  
    192192MY_IGNORE_EXITCODE=2  # returned if modules already loaded and reboot required.
    193193log_command_in_target /bin/bash "${MY_CHROOT_CDROM}/vboxadditions/VBoxLinuxAdditions.run" --nox11
    194 log_command_in_target /bin/bash -c "udevadm constrol --reload-rules" # GAs doesn't yet do this.
     194log_command_in_target /bin/bash -c "udevadm control --reload-rules" # GAs doesn't yet do this.
    195195log_command_in_target /bin/bash -c "udevadm trigger"                 # (ditto)
    196196MY_IGNORE_EXITCODE=
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r82968 r85609  
    20252025 *
    20262026 * @returns Pointer to a chunk on success, NULL if we're out of chunks.
    2027  * @param   pSlabCtl        The slab constrol structure to allocate from.
     2027 * @param   pSlabCtl        The slab control structure to allocate from.
    20282028 */
    20292029BS3_CMN_PROTO_STUB(void BS3_FAR *, Bs3SlabAlloc,(PBS3SLABCTL pSlabCtl));
     
    20342034 * @returns Pointer to the request number of chunks on success, NULL if we're
    20352035 *          out of chunks.
    2036  * @param   pSlabCtl        The slab constrol structure to allocate from.
     2036 * @param   pSlabCtl        The slab control structure to allocate from.
    20372037 * @param   cChunks         The number of contiguous chunks we want.
    20382038 * @param   fFlags          Flags, see BS3_SLAB_ALLOC_F_XXX
     
    20452045 * @returns Number of chunks actually freed.  When correctly used, this will
    20462046 *          match the @a cChunks parameter, of course.
    2047  * @param   pSlabCtl        The slab constrol structure to free from.
     2047 * @param   pSlabCtl        The slab control structure to free from.
    20482048 * @param   uFlatChunkPtr   The flat address of the chunks to free.
    20492049 * @param   cChunks         The number of contiguous chunks to free.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette