Skip to content

Use system perl #91

Merged
merged 1 commit into from
May 17, 2019
Merged

Use system perl #91

merged 1 commit into from
May 17, 2019

Commits on May 17, 2019

  1. Use system perl

    The scripts in mxtools are called by automatic or manual system
    maintanance and during boot. We want to switch /usr/bin/perl to the
    package system, which implies, that /usr/bin/perl requires automount
    running and even nfs, if perl it not cached locally.
    
    Convert shebangs of perl scripts here to
    /usr/local/system/perl/bin/perl, which is always available and local.
    
    In mxmirror replace usage of Date::Calc, which is not available in
    /usr/local/system/perl with some inline code.
    donald committed May 17, 2019
    Configuration menu
    Copy the full SHA
    da9e5eb View commit details
    Browse the repository at this point in the history