Skip to content

Mxmirror cosmetics #88

Merged
merged 11 commits into from
May 17, 2019
Merged

Mxmirror cosmetics #88

merged 11 commits into from
May 17, 2019

Commits on May 13, 2019

  1. mxmirror: Fix "Exiting subroutine via next" warning

    I've seen the warning
    
        **ERROR: unknown jbod: X0059Exiting subroutine via next at /usr/sbin/mxmirror line 652, <F> line 235.
    
    in the logs, with is a bit ugly. Change `next` to `return undef`.
    
    Callers are prepared to handle a `undef` (false) return.
    donald committed May 13, 2019
    Configuration menu
    Copy the full SHA
    b0c1132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3c7803 View commit details
    Browse the repository at this point in the history
  3. mxmirror: Remove obsolete comment

    mxmirror has been integrated into the mxtools repository. Remove
    obsolete comment.
    donald committed May 13, 2019
    Configuration menu
    Copy the full SHA
    be28b3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61acaca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c4072c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf832ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8df9b2d View commit details
    Browse the repository at this point in the history
  8. mxmirror: Remove debug code

    Remove Data::Dumper and callers which are all commented out.
    donald committed May 13, 2019
    Configuration menu
    Copy the full SHA
    2444ecd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a49733f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60747d6 View commit details
    Browse the repository at this point in the history
  11. mxmirror: Remove redundant whitespace

    Remove dangling whitespace and repeated blank lines.
    donald committed May 13, 2019
    Configuration menu
    Copy the full SHA
    d44cf4b View commit details
    Browse the repository at this point in the history